andreas pushed a commit to branch python-team
in repository guix.

commit 5b6622c4e920c4dbdef080ddf7deefebba58da8d
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Mar 25 08:56:41 2025 +0100

    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 <[email protected]>
---
 gnu/packages/bioinformatics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

Reply via email to