Skip to content

Commit

Permalink
python3Packages.pyHS100: 0.3.5.1 -> 0.3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Nov 25, 2020
1 parent 9b18fbb commit 77c7db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyhs100/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 77c7db0

Please sign in to comment.