guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: python-cellbender: Update to 0.2.2.


From: guix-commits
Subject: 01/08: gnu: python-cellbender: Update to 0.2.2.
Date: Fri, 2 Dec 2022 15:47:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 16ecce39d2f3c462ec362230e42a4624b1621d5c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 2 18:02:19 2022 +0100

    gnu: python-cellbender: Update to 0.2.2.
    
    * gnu/packages/bioinformatics.scm (python-cellbender): Update to 0.2.2.
    [build-system]: Use pyproject-build-system.
---
 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 c3cdbb9e66..881c33798d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -847,7 +847,7 @@ intended to behave exactly the same as the original BWK 
awk.")
 (define-public python-cellbender
   (package
     (name "python-cellbender")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method git-fetch)
@@ -857,8 +857,8 @@ intended to behave exactly the same as the original BWK 
awk.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1zav2q8nnss80i25y06fccagkvrqsy7lpylsl4dxv4qkj8p4fnv3"))))
-    (build-system python-build-system)
+         "12q22va7rbc3sx9ygc6p6hh6xw9wbqjmhba5h5gb836p5xplj5fa"))))
+    (build-system pyproject-build-system)
     (arguments
      (list #:tests? #false)) ;there are none
     (propagated-inputs



reply via email to

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