about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-11-11 12:58:44 +0100
committerGitHub <noreply@github.com>2023-11-11 12:58:44 +0100
commit4cbab15092eab19cda025277d5b18da105b03ccb (patch)
tree9b5aba8007e884abd5a794430642914906f372d0
parenta76398bad454bab6c7724cabddc8ce9b0d3e8afc (diff)
parent06eb18daf5eecc145cfdfbf936a40cb24ccb7848 (diff)
Merge pull request #266821 from fabaff/lupupy-bump
python311Packages.lupupy: 0.3.0 -> 0.3.1
-rw-r--r--pkgs/development/python-modules/lupupy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/lupupy/default.nix b/pkgs/development/python-modules/lupupy/default.nix
index b3c82f707f0dd..d2481a5bada95 100644
--- a/pkgs/development/python-modules/lupupy/default.nix
+++ b/pkgs/development/python-modules/lupupy/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "lupupy";
-  version = "0.3.0";
+  version = "0.3.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-g2EEyPhsQZ+VKP/kSjZdQ9ns0NlptH8l2h0vTTLpF54=";
+    hash = "sha256-mij5WGIl60D7ya1SdIvZ8TEgIZhJ9Xd2kcUnnbO1dD4=";
   };
 
   propagatedBuildInputs = [