guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: r-hexbin: Update to 1.27.1-1.


From: Ricardo Wurmus
Subject: 01/01: gnu: r-hexbin: Update to 1.27.1-1.
Date: Mon, 13 Mar 2017 05:34:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3288e647e393ecfd5ef99160cedd9dfd931f1bfe
Author: pjotrp <address@hidden>
Date:   Tue Feb 28 16:42:25 2017 +0000

    gnu: r-hexbin: Update to 1.27.1-1.
    
    The package tarball was updated in place, resulting in a change in the hash
    value.  We decided to bump the version to 1.27.1-1 instead of keeping the
    version at upstream's 1.27.1.
    
    * gnu/packages/statistics.scm (r-hexbin): Update to 1.27.1-1.
---
 gnu/packages/statistics.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 306df9c..75bdb5d 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3226,14 +3226,17 @@ and tidyr provides no margins or aggregation.")
 (define-public r-hexbin
   (package
     (name "r-hexbin")
-    (version "1.27.1")
+    ;; The package tarball was updated in place, resulting in a change in the
+    ;; hash value.  We decided to bump the version to 1.27.1-1 instead of
+    ;; keeping the version at upstream's 1.27.1.
+    (version "1.27.1-1")
     (source
      (origin
        (method url-fetch)
-       (uri (cran-uri "hexbin" version))
+       (uri (cran-uri "hexbin" "1.27.1"))
        (sha256
         (base32
-         "0xi6fbf1fvyn2gffr052n3viibqzpr3603sgi4xaminbzja4syjh"))))
+         "025d609z1nyy684hwvp34b9mjzkgvild7fvfr95f941dmsikan87"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-lattice" ,r-lattice)))



reply via email to

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