me
/
guix
Archived
1
0
Fork 0

gnu: r-ashr: Update to 2.2-54.

* gnu/packages/cran.scm (r-ashr): Update to 2.2-54.
Ricardo Wurmus 2022-03-12 23:04:19 +01:00
parent 17349440cb
commit ba4a6487f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1269,13 +1269,13 @@ mechanism.")
(define-public r-ashr
(package
(name "r-ashr")
(version "2.2-47")
(version "2.2-54")
(source (origin
(method url-fetch)
(uri (cran-uri "ashr" version))
(sha256
(base32
"1rqb5j30ylaf1h4l66x4jxyn5inrvhc42d90qd5mgkxsq0ghdlr4"))))
"177xs3apnc6yy6737qqv4z8snf0hkpbghab63hrplbyb9wfssfga"))))
(properties `((upstream-name . "ashr")))
(build-system r-build-system)
(propagated-inputs