about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-26 21:24:37 +0200
committerGitHub <noreply@github.com>2023-09-26 21:24:37 +0200
commit2d9579c75dc527fbdcdee40a27c07510bff1cc4c (patch)
tree52086dd6c71f479ffed6fb52db08d60a46091d49
parent23b0ef63e29b809bbc13cb00770dd6a0835dd51e (diff)
parentf9c05d0b9e5b314444a14380f9c4204e76a5bfd4 (diff)
Merge pull request #257362 from r-ryantm/auto-update/python311Packages.pyorthanc
python311Packages.pyorthanc: 1.11.5 -> 1.12.2
-rw-r--r--pkgs/development/python-modules/pyorthanc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pyorthanc/default.nix b/pkgs/development/python-modules/pyorthanc/default.nix
index 678c66d29b22c..edeb63a224593 100644
--- a/pkgs/development/python-modules/pyorthanc/default.nix
+++ b/pkgs/development/python-modules/pyorthanc/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "pyorthanc";
-  version = "1.11.5";
+  version = "1.12.2";
   disabled = pythonOlder "3.8";
 
   format = "pyproject";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "gacou54";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-RZJ7BuQRJ+yaHFv9iq4uFvMtH8NvGvmpjmgmyvw9rGk=";
+    hash = "sha256-kgCHPp0nsbhzNw/bKwDeDc1mMcmdJUBmZExTZ01nlZY=";
   };
 
   nativeBuildInputs = [ pythonRelaxDepsHook poetry-core ];