mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-binman: Update to 0.1.2.
* gnu/packages/cran.scm (r-binman): Update to 0.1.2.
This commit is contained in:
parent
34c8d0df59
commit
ad3f4b13eb
1 changed files with 2 additions and 2 deletions
|
@ -22738,14 +22738,14 @@ (define-public r-semver
|
|||
(define-public r-binman
|
||||
(package
|
||||
(name "r-binman")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "binman" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hm0h285p4v9lhrqjy8s22f1s1vmfpfla5iaycpj8vw3qb3632az"))))
|
||||
"00l7m98h41r67gf0qxqis3vx63j7wylnk9vlgcyk41szkrz8ikkc"))))
|
||||
(properties `((upstream-name . "binman")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue