mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-gridpattern: Update to 1.2.1.
* gnu/packages/cran.scm (r-gridpattern): Update to 1.2.1. Change-Id: Ib5f335fb1341df372aa85f1fc658509b4006045a
This commit is contained in:
parent
a5206d48fe
commit
52b495538d
1 changed files with 2 additions and 2 deletions
|
@ -20376,13 +20376,13 @@ (define-public r-tractor-base
|
|||
(define-public r-gridpattern
|
||||
(package
|
||||
(name "r-gridpattern")
|
||||
(version "1.1.1")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gridpattern" version))
|
||||
(sha256
|
||||
(base32 "1v7xfgbnrr4v3arr7nm0663aywn47xb89sd0rn9s9dcz7r50aa2i"))))
|
||||
(base32 "0rkhwk3h5rd3z52dnjc5rq1gbay17r208zfqbkh9gj9kn8rb2wb8"))))
|
||||
(properties `((upstream-name . "gridpattern")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue