summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-02-01 02:31:11 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-31 21:16:32 -0800
commit2952ce2edd183f41d85f1859af31dfaf9456ae9c (patch)
tree73e430ae952a803a9c1829170be99fbd6d78973f /pkgs/development
parent034c7f9df4dcc101e3736ee9ac0dbf8d1a559d73 (diff)
downloadnixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.tar
nixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.tar.gz
nixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.tar.bz2
nixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.tar.lz
nixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.tar.xz
nixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.tar.zst
nixpkgs-2952ce2edd183f41d85f1859af31dfaf9456ae9c.zip
python310Packages.subarulink: 0.4.0 -> 0.4.1
Diffstat (limited to 'pkgs/development')
-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 6a0cbfb97b9..fdaf191db4d 100644
--- a/pkgs/development/python-modules/subarulink/default.nix
+++ b/pkgs/development/python-modules/subarulink/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "subarulink";
-  version = "0.4.0";
+  version = "0.4.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "G-Two";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0mn3am1np653a3mq8rjly482a9x2rp6ss9zx997b6adk5vm3zasc";
+    sha256 = "sha256-Q7dl/HSZTUXPs/0fE/Ui5/8r2LdJzyXwPnjQhXYdSxs=";
   };
 
   propagatedBuildInputs = [