about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-02-02 21:57:07 +0100
committerGitHub <noreply@github.com>2023-02-02 21:57:07 +0100
commit441b36ce18816e0e5d4cf9c6ef92426c6ea98558 (patch)
tree284e5bf966b8b2f090d17eb9ae369951de86849b /pkgs
parentd54c329eee48a3b9a4ed3f4dd8f4b1a332bd6b0b (diff)
parent60ae965e077a52361b92b8e59175cb23158a4e60 (diff)
Merge pull request #214202 from r-ryantm/auto-update/python310Packages.somajo
python310Packages.somajo: 2.2.2 -> 2.2.3
Diffstat (limited to 'pkgs')
-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 507e75356bed4..e34a6babb0421 100644
--- a/pkgs/development/python-modules/somajo/default.nix
+++ b/pkgs/development/python-modules/somajo/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "somajo";
-  version = "2.2.2";
+  version = "2.2.3";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "tsproisl";
     repo = "SoMaJo";
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-rzh+IASqs+uSgUq3BI9UdC4XRsozIGsaOt/LR+VhBxc=";
+    sha256 = "sha256-EnYw8TSZLXgB4pZaZBgxaO13PpTDx4lGsdGJ+51A6wE=";
   };
 
   propagatedBuildInputs = [