about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-03 20:53:12 +0200
committerGitHub <noreply@github.com>2022-06-03 20:53:12 +0200
commit615538b5c36dc118f757c076f3360eafd4ee1c6a (patch)
tree88eaa47bf850ea0b1e7c0c17e78393bca9be77bb /pkgs
parent269dd4fd7ea64e83933fbc406ba57412ea26d1f3 (diff)
parent068e986440054ab5b2d8312b51d5ce50447d1a30 (diff)
Merge pull request #176136 from fabaff/pypoolstation-bump
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pypoolstation/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pypoolstation/default.nix b/pkgs/development/python-modules/pypoolstation/default.nix
index 64903d79a3913..6ac92aeb6e9d4 100644
--- a/pkgs/development/python-modules/pypoolstation/default.nix
+++ b/pkgs/development/python-modules/pypoolstation/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "pypoolstation";
-  version = "0.4.4";
+  version = "0.4.5";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "PyPoolstation";
     inherit version;
-    sha256 = "sha256-MG2V7/AqgH4OVcOEDdhwQswt96URJBQtoi1i+n4IV7Y=";
+    sha256 = "sha256-cf2KUdvsuC7fplg7O9Jqqb86rOjNicV+vGVBwWvvs90=";
   };
 
   nativeBuildInputs = [