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:
Ricardo Wurmus 2024-12-01 08:38:05 +01:00
parent b21b8e909d
commit adfda4a075
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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