summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-02-04 21:24:02 +0100
committerGitHub <noreply@github.com>2023-02-04 21:24:02 +0100
commit5a6b558d0023c6a5551b4fac6d811be3c8837309 (patch)
treeb197779fa9a1b861101433b2af06942b11719d57
parent12c5a18083da18ac4253b158ab5a0eb51cd134a7 (diff)
parent9827f080e0a0dc11f6648a639c63e81fb62906b6 (diff)
Merge pull request #214410 from r-ryantm/auto-update/cwltool
cwltool: 3.1.20230127121939 -> 3.1.20230201130431
-rw-r--r--pkgs/applications/science/misc/cwltool/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/misc/cwltool/default.nix b/pkgs/applications/science/misc/cwltool/default.nix
index 665a2924af42..8ac8adcbf594 100644
--- a/pkgs/applications/science/misc/cwltool/default.nix
+++ b/pkgs/applications/science/misc/cwltool/default.nix
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cwltool";
- version = "3.1.20230127121939";
+ version = "3.1.20230201130431";
format = "setuptools";
src = fetchFromGitHub {
owner = "common-workflow-language";
repo = pname;
rev = "refs/tags/${version}";
- hash = "sha256-pEow2vEpQ2+c3fXkB8q7R4pud1xLzE74+HEqcBzg0D8=";
+ hash = "sha256-rx5rdB8OgJ7Mck3pm1GRrymZbQ3lHlXFecICb/pbnKg=";
};
postPatch = ''