1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: python-bx-python: Update to 0.13.0.

* gnu/packages/bioinformatics.scm (python-bx-python): Update to 0.13.0.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-03-25 08:56:41 +01:00 committed by Andreas Enge
parent 26826a0728
commit 5b6622c4e9
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -5355,16 +5355,16 @@ off-target reads for a capture method that targets CpG-rich region.")
(define-public python-bx-python (define-public python-bx-python
(package (package
(name "python-bx-python") (name "python-bx-python")
(version "0.9.0") (version "0.13.0")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/bxlab/bx-python") (url "https://github.com/bxlab/bx-python")
(commit "4f4a48d3f227ae390c1b22072867ba86e347bdef"))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1c914rw8phiw7zwzngz9i9hdciz5lq53drwdbpl2bd2sf5bj2biy")))) "13318a3lydyg8fxawdb7anrny9a1j1sc1q4nd6pjg8ki5zr9r713"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list