about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 00:46:57 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-04 00:46:57 +0000
commit939072bcec1ef576ad7f7780c9e4a2e91157f26a (patch)
tree4836407e94f3d6adcce52f04162ad5173f6be6b5 /pkgs
parent8727dcf55f4024f727652d4d6e5763f637003a3d (diff)
downloadnixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.tar
nixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.tar.gz
nixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.tar.bz2
nixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.tar.lz
nixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.tar.xz
nixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.tar.zst
nixlib-939072bcec1ef576ad7f7780c9e4a2e91157f26a.zip
python312Packages.subarulink: 0.7.10 -> 0.7.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/subarulink/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/subarulink/default.nix b/pkgs/development/python-modules/subarulink/default.nix
index 9eeb7e99aaa0..293d39cee3e2 100644
--- a/pkgs/development/python-modules/subarulink/default.nix
+++ b/pkgs/development/python-modules/subarulink/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "subarulink";
-  version = "0.7.10";
+  version = "0.7.11";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "G-Two";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-OKZ55J294I3wPo2vL+wuMMCA4N1ejgtquA8Bf7wPiIs=";
+    hash = "sha256-HKtToMh4dAUpA654tFkUEM9DLPGr9XRQK0ezYzNPzqk=";
   };
 
   propagatedBuildInputs = [