Skip to content

Commit 5e8c7f3

Browse files
committedJun 6, 2020
python: pyhomematic: 0.1.66 -> 0.1.67
1 parent ca39f88 commit 5e8c7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/pyhomematic/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
buildPythonPackage rec {
44
pname = "pyhomematic";
5-
version = "0.1.66";
5+
version = "0.1.67";
66

77
disabled = !isPy3k;
88

99
src = fetchPypi {
1010
inherit pname version;
11-
sha256 = "f046db8406ee8a1aea6f6b05de8a133d3459b990c065c3f66446050e9aad5d79";
11+
sha256 = "2d18e0059367e9e32d6472023322113fce431bcc72187b4a6eb7402fe5d2794b";
1212
};
1313

1414
# PyPI tarball does not include tests/ directory

0 commit comments

Comments
 (0)
Please sign in to comment.