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

gnu: r-singscore: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-singscore): Update to 1.28.0.

Change-Id: I2daa4d4743552daf8346eeb54289ac214f65fe5b
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:59 +02:00
parent 9eccd5257d
commit 13b200e6cd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13777,13 +13777,13 @@ and comparing the clusterings.")
(define-public r-singscore (define-public r-singscore
(package (package
(name "r-singscore") (name "r-singscore")
(version "1.26.0") (version "1.28.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "singscore" version)) (uri (bioconductor-uri "singscore" version))
(sha256 (sha256
(base32 (base32
"1yzpmchvkyaca18bybbmf29amh8pilf213gnl8in6cc3nr50f3hv")))) "122j7k42l5h1nvi91x7vgd8lnda7x353ygmvx3h98dxbxpacpvi4"))))
(properties (properties
'((upstream-name . "singscore") '((upstream-name . "singscore")
(updater-extra-native-inputs . ("r-hexbin")))) (updater-extra-native-inputs . ("r-hexbin"))))