guix-commits
[Top][All Lists]
Advanced

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

56/93: gnu: r-acet: Update to 1.8.1.


From: guix-commits
Subject: 56/93: gnu: r-acet: Update to 1.8.1.
Date: Sat, 31 Oct 2020 08:46:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cc30f144d7d15c6d9975f01576778c9b081a5ed8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:43:38 2020 +0100

    gnu: r-acet: Update to 1.8.1.
    
    * gnu/packages/cran.scm (r-acet): Update to 1.8.1.
---
 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 ab4d167..3808346 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18108,14 +18108,14 @@ to maximise an approximation to the expectation of 
the utility function.")
 (define-public r-acet
   (package
     (name "r-acet")
-    (version "1.8.0")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ACEt" version))
        (sha256
         (base32
-         "0626d6kg485xjya164wagrr5z223jvi93ywbwpdns7fkm03c0dlq"))))
+         "0b5lfpnppyk0237phr2aybhx29nhm8ngwk2qa1y4lshrvsw97wg4"))))
     (properties `((upstream-name . "ACEt")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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