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: Sun, 21 Jan 2024 03:45:51 -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 58ad0dc  sysadmin: Update guix-cran-scripts.
58ad0dc is described below

commit 58ad0dc450957f7efc18a4a75e8492e6a7e9b5da
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 21 09:44:31 2024 +0100

    sysadmin: Update guix-cran-scripts.
    
    * hydra/modules/sysadmin/packages.scm (guix-cran-scripts): Update to
    0-5.cce9977.
---
 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 57236ca..9b7e95e 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 "319dac5d9aba2a7dac29269f4d56ce8a91132741")
-        (revision "4"))
+  (let ((commit "cce9977b20a16b067c1aebfdedccad5e6b23f250")
+        (revision "5"))
   (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 "0wn3848ji39ymycjai9flv9mc2abld25bdk7y934fhprx0ggjknq"))))
+        (base32 "0nf4wpyvq7z24c2y9fm2fc4dl1rp38jgc0y85cikrx82iivvc75s"))))
     (build-system trivial-build-system)
     (arguments
      (list



reply via email to

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