guix-commits
[Top][All Lists]
Advanced

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

15/36: gnu: r-promises: Update to 1.3.0.


From: guix-commits
Subject: 15/36: gnu: r-promises: Update to 1.3.0.
Date: Wed, 10 Apr 2024 09:14:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 36d643ae21b7e82746a0db955d9f06f6381e6a92
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 9 18:45:31 2024 +0200

    gnu: r-promises: Update to 1.3.0.
    
    * gnu/packages/cran.scm (r-promises): Update to 1.3.0.
    
    Change-Id: I50c005b222d1beac05e14bf98e719c5e0b06eaf4
---
 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 ec86cb7283..51f3c495b5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13120,14 +13120,14 @@ time after the current time, after the R execution 
stack has emptied.")
 (define-public r-promises
   (package
     (name "r-promises")
-    (version "1.2.1")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "promises" version))
        (sha256
         (base32
-         "1gp55inqbbj0ifm4n0j5h8854a9v109xpikyhwv7b8lyydns5q1w"))))
+         "1lzs65csxaq26d1g37qjjgxzm418xv52c3ccpk0l0cxkpbrrs87q"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-fastmap



reply via email to

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