1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 19:40:46 +02:00

gnu: r-sgseq: Update to 1.42.1.

* gnu/packages/bioconductor.scm (r-sgseq): Update to 1.42.1.

Change-Id: I4b7d49f17579e8bb11fd35412e63b435be6f15b6
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:31 +02:00
parent ac13c578f0
commit 11ecd7aa64
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20975,14 +20975,14 @@ alignment tool.")
(define-public r-sgseq (define-public r-sgseq
(package (package
(name "r-sgseq") (name "r-sgseq")
(version "1.42.0") (version "1.42.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "SGSeq" version)) (uri (bioconductor-uri "SGSeq" version))
(sha256 (sha256
(base32 (base32
"0flrhlsw3l7xbjdl5sr2zlijcjzii8jbfygzgj5lyjr4wr51033g")))) "1lh6vwjpdm7gvyfyh3p2gqdwl7kg6vhl7l4cc0bfg2bmkvx8b2q9"))))
(properties `((upstream-name . "SGSeq"))) (properties `((upstream-name . "SGSeq")))
(build-system r-build-system) (build-system r-build-system)
(arguments (arguments