mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-tarchetypes: Update to 0.7.11.
* gnu/packages/cran.scm (r-tarchetypes): Update to 0.7.11. Change-Id: Ia87abdf6690b3db8e43be009e8948777293f0ead
This commit is contained in:
parent
5a655bab8f
commit
ab144d871b
1 changed files with 2 additions and 2 deletions
|
@ -16137,13 +16137,13 @@ (define-public r-tab
|
|||
(define-public r-tarchetypes
|
||||
(package
|
||||
(name "r-tarchetypes")
|
||||
(version "0.7.10")
|
||||
(version "0.7.11")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tarchetypes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14k9p98yv5vgpi1bxngqzmaibdx9h7wyn8k1hw5imvlg4cbwm675"))))
|
||||
"1iqrz27n8ndazx97ngqbz5yz5ppyimpbxam30zgdwnnzf963s5ym"))))
|
||||
(properties `((upstream-name . "tarchetypes")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-digest
|
||||
|
|
Loading…
Reference in a new issue