1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 20:10:39 +02:00

gnu: r-protgenerics: Update to 1.40.0.

* gnu/packages/bioconductor.scm (r-protgenerics): Update to 1.40.0.

Change-Id: Ide9e7ececf32c64eaefaffcda3f8f582cd8d46d9
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:53 +02:00
parent d2719f3685
commit 074537fce0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12362,14 +12362,14 @@ batch correction and normalization.")
(define-public r-protgenerics (define-public r-protgenerics
(package (package
(name "r-protgenerics") (name "r-protgenerics")
(version "1.38.0") (version "1.40.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ProtGenerics" version)) (uri (bioconductor-uri "ProtGenerics" version))
(sha256 (sha256
(base32 (base32
"0pg7rqz0ixaiihqybynm94qvdc5y953xzxzxvwv5gbmxdk9s3lmk")))) "0a8niarfkb9jqamqj3ild5d2l6kc1amxgzn2aqk58w4whcip39i3"))))
(properties `((upstream-name . "ProtGenerics"))) (properties `((upstream-name . "ProtGenerics")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list r-testthat)) (native-inputs (list r-testthat))