mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
Merge pull request #104834 from mweinelt/python/pyhs100
python3Packages.pyHS100: 0.3.5.1 -> 0.3.5.2
This commit is contained in:
commit
9f071f2d06
@ -4,14 +4,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyHS100";
|
||||
version = "0.3.5.1";
|
||||
version = "0.3.5.2";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GadgetReactor";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1vddr9sjn6337i1vx0mm7pb3qibvl2gx6nx18vm4fajgv9vcjxny";
|
||||
sha256 = "0z98hzvkp6jmllyd4x4y0f5n6nnxrizw6g5l2clxdn93mifjavp0";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user