about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-02-08 17:26:28 +0000
committerGitHub <noreply@github.com>2023-02-08 17:26:28 +0000
commitd193a6976f73c6d9e975b6be5bad67c5e7a23b85 (patch)
tree3ba02e7c12252cd932cbf5a6a2fc60e436175682
parent9bf4068e1a82205720616e23bb57b9dc9a4e3b0b (diff)
parent5494775bb3b134b1cd3ae7e92b7e8e50ba4efaf0 (diff)
Merge pull request #215326 from r-ryantm/auto-update/python310Packages.pyisy
python310Packages.pyisy: 3.1.11 -> 3.1.13
-rw-r--r--pkgs/development/python-modules/pyisy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyisy/default.nix b/pkgs/development/python-modules/pyisy/default.nix
index 472bf727edca9..892c44b0b3b28 100644
--- a/pkgs/development/python-modules/pyisy/default.nix
+++ b/pkgs/development/python-modules/pyisy/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "pyisy";
-  version = "3.1.11";
+  version = "3.1.13";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "automicus";
     repo = "PyISY";
     rev = "refs/tags/v${version}";
-    hash = "sha256-RYC0mfskDcCU9O2pSKRL9ulPUaJQO9UKp7WANXZWJ60=";
+    hash = "sha256-FjreG+xjX8f68nUq/4HHEaYcUYjU/9sYvzmIN6kXezU=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;