me
/
guix
Archived
1
0
Fork 0

gnu: r-ggnewscale: Update to 0.4.10.

* gnu/packages/cran.scm (r-ggnewscale): Update to 0.4.10.

Change-Id: Icb68ac0a8ee0cf780b077869e9c6adbf53a2bb39
master
Ricardo Wurmus 2024-02-10 13:02:32 +01:00
parent be930b5c67
commit 5fd766bd51
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25365,14 +25365,14 @@ matched.")
(define-public r-ggnewscale
(package
(name "r-ggnewscale")
(version "0.4.9")
(version "0.4.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggnewscale" version))
(sha256
(base32
"1vy0i2gk57k06gzywy8hdhl2k9511c5mhy9dzvkzlagqihp5b8bh"))))
"1j8d512qhdlhfp3hb36d1dqlqlxs0i303mnn31xnq1adcwwibmlz"))))
(properties `((upstream-name . "ggnewscale")))
(build-system r-build-system)
(propagated-inputs