me
/
guix
Archived
1
0
Fork 0

gnu: r-ggnewscale: Update to 0.4.7.

* gnu/packages/cran.scm (r-ggnewscale): Update to 0.4.7.
master
Ricardo Wurmus 2022-04-11 18:01:20 +02:00
parent 45b9b2dbce
commit e8bc5d3770
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -19084,14 +19084,14 @@ matched.")
(define-public r-ggnewscale
(package
(name "r-ggnewscale")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggnewscale" version))
(sha256
(base32
"08xqhv6y9m9f2p8q3h0dh7mbpqg3r2i590x2983k69plfa5jxzv3"))))
"108a7y6sqqvzyfk247lbmnacfpwdl405rf1b3fa62cgx8ycsq4kb"))))
(properties `((upstream-name . "ggnewscale")))
(build-system r-build-system)
(propagated-inputs