me
/
guix
Archived
1
0
Fork 0

gnu: r-savr: Update to 1.32.0.

* gnu/packages/bioconductor.scm (r-savr): Update to 1.32.0.
master
Ricardo Wurmus 2021-11-04 22:04:16 +00:00
parent 8c6a0221fb
commit 5c53d21450
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6002,14 +6002,14 @@ maps.")
(define-public r-savr
(package
(name "r-savr")
(version "1.30.0")
(version "1.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "savR" version))
(sha256
(base32
"1ynp334hm76zf05j4f6vha6r16s5f2ncxx9yviq4rxidk9r723jq"))))
"0dwl94j5dm5ngn8lyyc4bd9ihd1nqincvq26najjn6lw0x55ciky"))))
(properties `((upstream-name . "savR")))
(build-system r-build-system)
(propagated-inputs