guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

62/64: gnu: tadbit: Update to 1.0.1-2.2838129.


From: guix-commits
Subject: 62/64: gnu: tadbit: Update to 1.0.1-2.2838129.
Date: Thu, 2 May 2024 10:52:39 -0400 (EDT)

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

commit cd7484869bb61c0b077c0fdb68645f1ee0f99d89
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 2 16:36:51 2024 +0200

    gnu: tadbit: Update to 1.0.1-2.2838129.
    
    * gnu/packages/bioinformatics.scm (tadbit): Update to 1.0.1-2.2838129.
    
    Change-Id: I2c220ae37cd196ca508d30aefc24938cce985527
---
 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 b672abc29b..0f9b5d0695 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14118,8 +14118,8 @@ applications for tackling some common problems in a 
user-friendly way.")
 ;; We use this seemingly arbitrary commit because of
 ;; https://github.com/3DGenomes/TADbit/issues/371
 (define-public tadbit
-  (let ((commit "5c4c1ddaadfbaf7e6edc58173e46d801093bdc9b")
-        (revision "1"))
+  (let ((commit "283812901a00078c725bd9f0ee33366af6783969")
+        (revision "2"))
     (package
       (name "tadbit")
       (version (git-version "1.0.1" revision commit))
@@ -14131,7 +14131,7 @@ applications for tackling some common problems in a 
user-friendly way.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "17nwlvjgqpa7x6jgh56m3di61ynaz34kl1jamyv7r2a5rhfcbkla"))))
+                  "07q0alxah6xl1hibaj1kj7pdzq3pg6csyapsihbwlbmqyfmllbgz"))))
       (build-system python-build-system)
       (arguments
        (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]