mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: r-ggnewscale: Update to 0.4.6.
* gnu/packages/cran.scm (r-ggnewscale): Update to 0.4.6.
This commit is contained in:
parent
050c58be9d
commit
962cefe18a
1 changed files with 2 additions and 2 deletions
|
@ -18812,14 +18812,14 @@ (define-public r-aplot
|
|||
(define-public r-ggnewscale
|
||||
(package
|
||||
(name "r-ggnewscale")
|
||||
(version "0.4.5")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggnewscale" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1hjysfagd2lqy8yivqq9q7l6hbvyq8kasw3zqh5fk9xn18ikc702"))))
|
||||
"08xqhv6y9m9f2p8q3h0dh7mbpqg3r2i590x2983k69plfa5jxzv3"))))
|
||||
(properties `((upstream-name . "ggnewscale")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue