mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-measurements: Update to 1.5.1.
* gnu/packages/cran.scm (r-measurements): Update to 1.5.1.
This commit is contained in:
parent
a465cb32c2
commit
5ab7f2d65e
1 changed files with 2 additions and 2 deletions
|
@ -38636,13 +38636,13 @@ (define-public r-cartogram
|
|||
(define-public r-measurements
|
||||
(package
|
||||
(name "r-measurements")
|
||||
(version "1.5.0")
|
||||
(version "1.5.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "measurements" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hwrc3qb12zbk0kjhfq6nnmz0ba0hcfz4vjj7f5w3wwi3d33xqnl"))))
|
||||
"061xjwsacsk8vblva4s09xdrvd7kfgxydnpgr7imigyny01c5bh9"))))
|
||||
(properties `((upstream-name . "measurements")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/measurements/")
|
||||
|
|
Loading…
Reference in a new issue