mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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 @@ (define-public pigx-bsseq
|
|||
(define-public pigx-scrnaseq
|
||||
(package
|
||||
(name "pigx-scrnaseq")
|
||||
(version "1.1.9")
|
||||
(version "1.1.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/BIMSBbioinfo/pigx_scrnaseq/"
|
||||
|
@ -17256,11 +17256,12 @@ (define-public pigx-scrnaseq
|
|||
"/pigx_scrnaseq-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0adx7877c3lhlrzfid76i8bc829wcmzvrm0jx47gyid8mxqb7vqs"))))
|
||||
"082im1j6qpd2y8ax4msxw7mfc40zxpl29hx92skqdd55745f58z8"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(list
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-before 'configure 'set-additional-environment-variables
|
||||
(lambda _
|
||||
;; Needed because of loompy
|
||||
|
|
Loading…
Reference in a new issue