guix-commits
[Top][All Lists]
Advanced

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

branch master updated: sysadmin: Update guix-cran-scripts.


From: Ricardo Wurmus
Subject: branch master updated: sysadmin: Update guix-cran-scripts.
Date: Wed, 24 Jan 2024 08:38:53 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new b7a9ed4  sysadmin: Update guix-cran-scripts.
b7a9ed4 is described below

commit b7a9ed4f1a0848ea5b6a17ca4c7153f92d79d30d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 24 14:38:17 2024 +0100

    sysadmin: Update guix-cran-scripts.
    
    * hydra/modules/sysadmin/packages.scm (guix-cran-scripts): Update to
    0-6.938be23.
---
 hydra/modules/sysadmin/packages.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/modules/sysadmin/packages.scm 
b/hydra/modules/sysadmin/packages.scm
index 9b7e95e..23f0b8c 100644
--- a/hydra/modules/sysadmin/packages.scm
+++ b/hydra/modules/sysadmin/packages.scm
@@ -114,8 +114,8 @@ is any and all quality assurance tasks.")
       (license license:agpl3+))))
 
 (define-public guix-cran-scripts
-  (let ((commit "cce9977b20a16b067c1aebfdedccad5e6b23f250")
-        (revision "5"))
+  (let ((commit "938be23657731c4c42a659d53165f34671d7e14c")
+        (revision "6"))
   (package
     (name "guix-cran-scripts")
     (version (git-version "0" revision commit))
@@ -127,7 +127,7 @@ is any and all quality assurance tasks.")
              (commit commit)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0nf4wpyvq7z24c2y9fm2fc4dl1rp38jgc0y85cikrx82iivvc75s"))))
+        (base32 "1jksdbs2xc55mcv7n80gwggnkh668pzz6plw7m8rlpvbfq6pjzqs"))))
     (build-system trivial-build-system)
     (arguments
      (list



reply via email to

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