about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-11-16 23:48:13 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2023-11-16 23:48:13 +0100
commit128e348d38b8548d4d5e9ff0ffde9c1d01897303 (patch)
tree474365416868c87bf4e874aee52f6123c7428d49 /pkgs/development
parente29d18f471c24abd0b1fd979d9491ca24e1740d3 (diff)
python3Packages.somajo: 2.3.0 -> 2.3.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/somajo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/somajo/default.nix b/pkgs/development/python-modules/somajo/default.nix
index 41fe8bfc20c3b..0c953e20c5fba 100644
--- a/pkgs/development/python-modules/somajo/default.nix
+++ b/pkgs/development/python-modules/somajo/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "somajo";
-  version = "2.3.0";
+  version = "2.3.1";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
     owner = "tsproisl";
     repo = "SoMaJo";
     rev = "refs/tags/v${version}";
-    hash = "sha256-CNGSol77Q3uAZPLeV43NhIffO31tnZoMYOsevkZh3pc=";
+    hash = "sha256-3A2et4pl92LsRtEx2Ki8Soz3n1nZEGQGPc3ZIBDojNM=";
   };
 
   nativeBuildInputs = [