summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm18
1 files changed, 11 insertions, 7 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 3014d20c6ce..c7cd24f0460 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -5963,17 +5963,17 @@ its software deployment plugins.")
5963(define-public python-snakemake-interface-storage-plugins 5963(define-public python-snakemake-interface-storage-plugins
5964 (package 5964 (package
5965 (name "python-snakemake-interface-storage-plugins") 5965 (name "python-snakemake-interface-storage-plugins")
5966 (version "3.6.0") 5966 (version "4.4.1")
5967 (source 5967 (source
5968 (origin 5968 (origin
5969 (method git-fetch) 5969 (method git-fetch)
5970 (uri (git-reference 5970 (uri (git-reference
5971 (url (string-append "https://github.com/snakemake/" 5971 (url (string-append "https://github.com/snakemake/"
5972 "snakemake-interface-storage-plugins")) 5972 "snakemake-interface-storage-plugins"))
5973 (commit (string-append "v" version)))) 5973 (commit (string-append "v" version))))
5974 (file-name (git-file-name name version)) 5974 (file-name (git-file-name name version))
5975 (sha256 5975 (sha256
5976 (base32 "1dh52nkvq9zhh28xmbbq74kzhzagcy48d3vgb39bd3ckjz8libgy")))) 5976 (base32 "0nv6zldqspjvy27g94rz4cpnk34jrh6gyfb2zkqk7y1mflk8i95n"))))
5977 (build-system pyproject-build-system) 5977 (build-system pyproject-build-system)
5978 (arguments 5978 (arguments
5979 (list 5979 (list
@@ -5989,8 +5989,12 @@ its software deployment plugins.")
5989 (lambda* (#:key tests? #:allow-other-keys) 5989 (lambda* (#:key tests? #:allow-other-keys)
5990 (when tests? 5990 (when tests?
5991 (invoke "python3" "tests/tests.py"))))))) 5991 (invoke "python3" "tests/tests.py")))))))
5992 (propagated-inputs (list python-reretry python-snakemake-interface-common 5992 (propagated-inputs
5993 python-throttler python-wrapt)) 5993 (list python-humanfriendly
5994 python-snakemake-interface-common
5995 python-tenacity
5996 python-throttler
5997 python-wrapt))
5994 (native-inputs (list python-poetry-core python-pytest)) 5998 (native-inputs (list python-poetry-core python-pytest))
5995 (home-page (string-append "https://github.com/snakemake/" 5999 (home-page (string-append "https://github.com/snakemake/"
5996 "snakemake-interface-storage-plugins")) 6000 "snakemake-interface-storage-plugins"))