mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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.
This commit is contained in:
parent
50948b8c3d
commit
bc4eac5d79
1 changed files with 3 additions and 3 deletions
|
@ -2333,7 +2333,7 @@ (define-public python-pyega3
|
||||||
(define-public python-pysam
|
(define-public python-pysam
|
||||||
(package
|
(package
|
||||||
(name "python-pysam")
|
(name "python-pysam")
|
||||||
(version "0.18.0")
|
(version "0.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
;; Test data is missing on PyPi.
|
;; Test data is missing on PyPi.
|
||||||
|
@ -2343,12 +2343,12 @@ (define-public python-pysam
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"042ca27r6634xg2ixgvq1079cp714wmm6ml7bwc1snn0wxxzywfg"))
|
"1dq6jwwm98lm30ijdgqc5xz5ppda4nj999y6qs78mhw8x0kij8gg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
;; FIXME: Unbundle samtools and bcftools.
|
;; FIXME: Unbundle samtools and bcftools.
|
||||||
(delete-file-recursively "htslib")))))
|
(delete-file-recursively "htslib")))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue