[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: python-pysam: Update to 0.20.0.
From: |
guix-commits |
Subject: |
04/06: gnu: python-pysam: Update to 0.20.0. |
Date: |
Wed, 21 Dec 2022 17:14:30 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit bc4eac5d79488700eec52c9aae4b3cf296875b7e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 21 13:21:43 2022 +0100
gnu: python-pysam: Update to 0.20.0.
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.20.0.
[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 779d7a5293..dcaea8a6b2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2333,7 +2333,7 @@ has several key features:
(define-public python-pysam
(package
(name "python-pysam")
- (version "0.18.0")
+ (version "0.20.0")
(source (origin
(method git-fetch)
;; Test data is missing on PyPi.
@@ -2343,12 +2343,12 @@ has several key features:
(file-name (git-file-name name version))
(sha256
(base32
- "042ca27r6634xg2ixgvq1079cp714wmm6ml7bwc1snn0wxxzywfg"))
+ "1dq6jwwm98lm30ijdgqc5xz5ppda4nj999y6qs78mhw8x0kij8gg"))
(modules '((guix build utils)))
(snippet '(begin
;; FIXME: Unbundle samtools and bcftools.
(delete-file-recursively "htslib")))))
- (build-system python-build-system)
+ (build-system pyproject-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
- branch master updated (fe5836feaf -> 9e495087d2), guix-commits, 2022/12/21
- 05/06: gnu: python-plastid: Update to 0.6.0., guix-commits, 2022/12/21
- 03/06: gnu: htslib: Update to 1.16., guix-commits, 2022/12/21
- 02/06: gnu: pbbam: Use htslib 1.14., guix-commits, 2022/12/21
- 04/06: gnu: python-pysam: Update to 0.20.0.,
guix-commits <=
- 01/06: gnu: Add htslib-1.14., guix-commits, 2022/12/21
- 06/06: gnu: Add vembrane., guix-commits, 2022/12/21