python310Packages.pyisy: 3.0.6 -> 3.0.7

main
R. Ryantm 2 years ago committed by Robert Schütz
parent f3f952c338
commit 0c9bf54b0c
  1. 4
      pkgs/development/python-modules/pyisy/default.nix

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "pyisy";
version = "3.0.6";
version = "3.0.7";
src = fetchFromGitHub {
owner = "automicus";
repo = "PyISY";
rev = "refs/tags/v${version}";
hash = "sha256-4thCP9Xc3dtL6IaP863sW/L4aj4+QIPFv6p0kFLGh7E=";
hash = "sha256-FWv5xPUQob+UlTU9eq9HYAhxCDucOZr+ddm5/a0sbgw=";
};
postPatch = ''

Loading…
Cancel
Save