mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: pigx-scrnaseq: Update to 1.1.10.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 1.1.10. [arguments]: Remove quasiquote. Change-Id: I6cab358addfb376a878929bfb5041edc00cd336a
This commit is contained in:
parent
b21b8e909d
commit
adfda4a075
1 changed files with 5 additions and 4 deletions
|
@ -17248,7 +17248,7 @@ methylation and segmentation.")
|
||||||
(define-public pigx-scrnaseq
|
(define-public pigx-scrnaseq
|
||||||
(package
|
(package
|
||||||
(name "pigx-scrnaseq")
|
(name "pigx-scrnaseq")
|
||||||
(version "1.1.9")
|
(version "1.1.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
|
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
|
||||||
|
@ -17256,11 +17256,12 @@ methylation and segmentation.")
|
||||||
"/pigx_scrnaseq-" version ".tar.gz"))
|
"/pigx_scrnaseq-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0adx7877c3lhlrzfid76i8bc829wcmzvrm0jx47gyid8mxqb7vqs"))))
|
"082im1j6qpd2y8ax4msxw7mfc40zxpl29hx92skqdd55745f58z8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
(list
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
|
'(modify-phases %standard-phases
|
||||||
(add-before 'configure 'set-additional-environment-variables
|
(add-before 'configure 'set-additional-environment-variables
|
||||||
(lambda _
|
(lambda _
|
||||||
;; Needed because of loompy
|
;; Needed because of loompy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue