me
/
guix
Archived
1
0
Fork 0

gnu: r-decon: Update to 1.3-4.

* gnu/packages/cran.scm (r-decon): Update to 1.3-4.
master
Ricardo Wurmus 2021-11-01 20:44:50 +00:00
parent 06b820105e
commit 80bcd91076
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -28764,14 +28764,14 @@ parabolic or user defined by custom scale factors.")
(define-public r-decon
(package
(name "r-decon")
(version "1.2-4")
(version "1.3-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "decon" version))
(sha256
(base32
"1v4l0xq29rm8mks354g40g9jxn0didzlxg3g7z08m0gvj29zdj7s"))))
"036cv56wf42q2p3d5h15hbrp5rc29xxy20qwv4k1qzhkq6hmw0qs"))))
(properties `((upstream-name . "decon")))
(build-system r-build-system)
(native-inputs