gnu: r-ggnewscale: Update to 0.4.6.

* gnu/packages/cran.scm (r-ggnewscale): Update to 0.4.6.
This commit is contained in:
Ricardo Wurmus 2022-03-12 23:04:29 +01:00
parent 050c58be9d
commit 962cefe18a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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