about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-02 16:09:13 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-02 16:09:13 +0200
commit7feda1c846ed30f9b5153f793b016fa949c718a0 (patch)
tree0455dafd02e46c16e420c12b7242831e28eed33f
parent5384c132e2ef306575120255bf27f0ebe8bc02df (diff)
python310Packages.cwl-upgrader: 1.2.4 -> 1.2.6
Diff: https://github.com/common-workflow-language/cwl-upgrader/compare/refs/tags/v1.2.4...v1.2.6

Changelog: https://github.com/common-workflow-language/cwl-utils/releases/tag/v1.2.6
-rw-r--r--pkgs/development/python-modules/cwl-upgrader/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cwl-upgrader/default.nix b/pkgs/development/python-modules/cwl-upgrader/default.nix
index 5f3ba48e0299f..6dd63c2db3b7c 100644
--- a/pkgs/development/python-modules/cwl-upgrader/default.nix
+++ b/pkgs/development/python-modules/cwl-upgrader/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "cwl-upgrader";
-  version = "1.2.4";
+  version = "1.2.6";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
     owner = "common-workflow-language";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-3pKnkU8lks3w+N7w2qST9jr4/CS6YzgnBVLTlgq1gf0=";
+    hash = "sha256-lVIy0aa+hqbi46NfwXCKWDRzszneyuyo6KXxAcr/xIA=";
   };
 
   postPatch = ''