mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-useful: Update to 1.2.6.1.
* gnu/packages/cran.scm (r-useful): Update to 1.2.6.1. Change-Id: I9de94d8f9ed7027dd900e8f6bab5cecc0e6a913e
This commit is contained in:
parent
9444c2301e
commit
3f740ae9b9
1 changed files with 2 additions and 2 deletions
|
@ -8505,13 +8505,13 @@ (define-public r-usedist
|
|||
(define-public r-useful
|
||||
(package
|
||||
(name "r-useful")
|
||||
(version "1.2.6")
|
||||
(version "1.2.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "useful" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0n50v1q75k518sq23id14jphwla35q4sasahrnrnllwrachl67v1"))))
|
||||
"1gb9hqvbm6pr56dfqlsgz26lan7xargfsm8jpdja18mpgli2gyvc"))))
|
||||
(properties `((upstream-name . "useful")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue