guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

65/146: gnu: r-ggnewscale: Update to 0.4.7.


From: guix-commits
Subject: 65/146: gnu: r-ggnewscale: Update to 0.4.7.
Date: Tue, 12 Apr 2022 10:01:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e8bc5d37708933284092e5e7804aac73b0ed2c0e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:20 2022 +0200

    gnu: r-ggnewscale: Update to 0.4.7.
    
    * gnu/packages/cran.scm (r-ggnewscale): Update to 0.4.7.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 50ab24e61e..c4615581d7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]