mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-littler: Update to 0.3.19.
* gnu/packages/cran.scm (r-littler): Update to 0.3.19. [properties]: Specify updater-extra-inputs. [native-inputs]: Remove pkg-config. Change-Id: Ic152e560fa9f5609aebc8c4a68a60265b7626bcb
This commit is contained in:
parent
9bfb7db8f6
commit
4ee04aa632
1 changed files with 6 additions and 4 deletions
|
@ -7693,14 +7693,16 @@ (define-public r-limsolve
|
|||
(define-public r-littler
|
||||
(package
|
||||
(name "r-littler")
|
||||
(version "0.3.18")
|
||||
(version "0.3.19")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "littler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1lp6a62g3yhzr4pv9kynibv7k9pd546w6hifs1aficyxbyg4dgqq"))))
|
||||
(properties `((upstream-name . "littler")))
|
||||
"02b5lfdhajngs2l0fgy47zn7zn68qbx6m41cs5yzzi80qdfapkz1"))))
|
||||
(properties
|
||||
`((upstream-name . "littler")
|
||||
(updater-extra-inputs . ("icu4c" "zlib"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -7712,7 +7714,7 @@ (define-public r-littler
|
|||
(string-append #$output "/bin")))))))
|
||||
(inputs (list icu4c zlib))
|
||||
(native-inputs
|
||||
(list r-simplermarkdown pkg-config))
|
||||
(list r-simplermarkdown))
|
||||
(home-page "https://github.com/eddelbuettel/littler")
|
||||
(synopsis "R at the command-line via r")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue