diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-17 21:18:09 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-02 00:22:50 +0100 |
| commit | 57ee1d8be679533c42bac28dd34dadb684543f89 (patch) | |
| tree | d9a2a63906a3efa7af4543e50e20d98a426113b8 /gnu | |
| parent | 8a59349b343df0fc58fbe4b54865ec2ee97b3daf (diff) | |
gnu: python-snakemake-interface-storage-plugins: Update to 4.4.1.
* gnu/packages/python-science.scm (python-snakemake-interface-storage-plugins): Update to 4.4.1.
[propagated-inputs]: Refresh them, add python-humanfriendly, remove
python-reretry.
Relates-to: guix/guix!10625
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-science.scm | 18 |
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")) |
