summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2026-08-03 16:48:44 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:29 +0100
commitc829137e8f3e617a569c049135ecaced5c956cc7 (patch)
tree7adf04602acd59bf23962a0f608cc33683cbfae2
parent58ed59963f68bc6f1694d3888981f0b93f764abd (diff)
gnu: python-drep: Update to 3.7.1.
* gnu/packages/bioinformatics.scm (python-drep): Update to 3.7.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/bioinformatics.scm11
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 6365d9a003e..1d7339dde79 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -19815,21 +19815,16 @@ altering the counts or PCA space.")
19815(define-public python-drep 19815(define-public python-drep
19816 (package 19816 (package
19817 (name "python-drep") 19817 (name "python-drep")
19818 ;; PyPI has no tests, Git does not tag the latest version. 19818 (version "3.7.1")
19819 (properties '((commit . "7b4b8fbf9dfdfef61caf949f1aa1d4fc3be61d5a")
19820 (revision . "0")))
19821 (version (git-version "3.6.2"
19822 (assoc-ref properties 'revision)
19823 (assoc-ref properties 'commit)))
19824 (source 19819 (source
19825 (origin 19820 (origin
19826 (method git-fetch) 19821 (method git-fetch)
19827 (uri (git-reference 19822 (uri (git-reference
19828 (url "https://github.com/MrOlm/drep") 19823 (url "https://github.com/MrOlm/drep")
19829 (commit (assoc-ref properties 'commit)))) 19824 (commit version)))
19830 (file-name (git-file-name name version)) 19825 (file-name (git-file-name name version))
19831 (sha256 19826 (sha256
19832 (base32 "0rys4r9mmknzayvqcsdpgqi9sigl1x0a1nh0x8h2sjz13qqmklly")))) 19827 (base32 "01dnh8rdhz6pzppqjify2v5a10gq5pcbcli5x16a0yi09bnm7nk1"))))
19833 (build-system pyproject-build-system) 19828 (build-system pyproject-build-system)
19834 (arguments 19829 (arguments
19835 (list 19830 (list