guix-commits
[Top][All Lists]
Advanced

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

33/158: gnu: r-ashr: Update to 2.2-63.


From: guix-commits
Subject: 33/158: gnu: r-ashr: Update to 2.2-63.
Date: Mon, 28 Aug 2023 11:11:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dc6a55a446efd0da453ab532b18de39bb125936b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:16 2023 +0200

    gnu: r-ashr: Update to 2.2-63.
    
    * gnu/packages/cran.scm (r-ashr): Update to 2.2-63.
---
 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 4086a95da7..385467e335 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3140,13 +3140,13 @@ mechanism.")
 (define-public r-ashr
   (package
    (name "r-ashr")
-   (version "2.2-54")
+   (version "2.2-63")
    (source (origin
             (method url-fetch)
             (uri (cran-uri "ashr" version))
             (sha256
              (base32
-              "177xs3apnc6yy6737qqv4z8snf0hkpbghab63hrplbyb9wfssfga"))))
+              "1japskxfdsg91jwgf5knlwy9iaq4ziqvyvlvjch1y3ygsdz9b8bz"))))
    (properties `((upstream-name . "ashr")))
    (build-system r-build-system)
    (propagated-inputs



reply via email to

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