me
/
guix
Archived
1
0
Fork 0

gnu: r-delayedarray: Update to 0.30.1.

* gnu/packages/bioconductor.scm (r-delayedarray): Update to 0.30.1.

Change-Id: I14176f2b7111ce22560ab36f59a950a28c0a14cd
master
Ricardo Wurmus 2024-07-03 02:39:58 +02:00
parent 1fc6f89cb3
commit 775fa6631d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5743,13 +5743,13 @@ fold changes mean and variability for each selected gene.")
(define-public r-delayedarray
(package
(name "r-delayedarray")
(version "0.30.0")
(version "0.30.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "DelayedArray" version))
(sha256
(base32
"1hjkh8xsqlfwhwxs3snpx9in58plv67aj9gsw1x8842kxfric7m7"))))
"0n6pparz2fg8wgrgcwciibqz3iyrnlmk5hdvnzjppcraxanz8sm6"))))
(properties
`((upstream-name . "DelayedArray")))
(build-system r-build-system)