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.
This commit is contained in:
Ricardo Wurmus 2022-12-02 18:02:19 +01:00
parent 9ef6286bc3
commit 16ecce39d2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -847,7 +847,7 @@ intended to behave exactly the same as the original BWK awk.")
(define-public python-cellbender (define-public python-cellbender
(package (package
(name "python-cellbender") (name "python-cellbender")
(version "0.2.1") (version "0.2.2")
(source (source
(origin (origin
(method git-fetch) (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)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1zav2q8nnss80i25y06fccagkvrqsy7lpylsl4dxv4qkj8p4fnv3")))) "12q22va7rbc3sx9ygc6p6hh6xw9wbqjmhba5h5gb836p5xplj5fa"))))
(build-system python-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:tests? #false)) ;there are none (list #:tests? #false)) ;there are none
(propagated-inputs (propagated-inputs