me
/
guix
Archived
1
0
Fork 0

gnu: r-scaledmatrix: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.10.0.

Change-Id: I50c8d29395648059e815c2e9ca2d3a07d17d2aba
master
Ricardo Wurmus 2023-11-03 17:18:43 +01:00
parent 69bd0f8752
commit b8daed53af
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12791,14 +12791,14 @@ achieved for all methods using the BiocParallel framework.")
(define-public r-scaledmatrix
(package
(name "r-scaledmatrix")
(version "1.8.1")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ScaledMatrix" version))
(sha256
(base32
"0xhw77w28r3agv0hw7fjpn1fp2p9bz7kdzwzx7gsa8411nffmd4d"))))
"1aigca0s8cmi46458pl9p9vwlkrmqawbgi0xmbwslz646x2s2h4a"))))
(properties `((upstream-name . "ScaledMatrix")))
(build-system r-build-system)
(propagated-inputs