1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-faahko: Update to 1.48.1.

* gnu/packages/bioconductor.scm (r-faahko): Update to 1.48.1.

Change-Id: I2b62bbb03c23efb20dd45d65312c335e602da88a
This commit is contained in:
Ricardo Wurmus 2025-05-15 10:20:47 +02:00
parent d748e4dda7
commit 2a161a1ab7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2407,14 +2407,14 @@ format and is used for examples in other packages.")
(define-public r-faahko
(package
(name "r-faahko")
(version "1.47.1")
(version "1.48.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "faahKO" version
'experiment))
(sha256
(base32 "0ihqq0xg2q2fhsszn18fm89j7avz8rychbykgmps0fkd8q04ja7r"))))
(base32 "0f4ym837xvykdrdfrpwsh3lx5l5fdrrcc351sx281galihah4100"))))
(properties `((upstream-name . "faahKO")))
(build-system r-build-system)
(propagated-inputs (list r-xcms))