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 14:11:17 -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 1d5ac04  sysadmin: Update guix-cran-scripts.
1d5ac04 is described below

commit 1d5ac04b70b37efdedd8ca20ebadc185920a4eef
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 24 20:10:49 2024 +0100

    sysadmin: Update guix-cran-scripts.
    
    * hydra/modules/sysadmin/packages.scm (guix-cran-scripts): Update to
    0-7.587b2fb.
---
 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 23f0b8c..df4f95e 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 "938be23657731c4c42a659d53165f34671d7e14c")
-        (revision "6"))
+  (let ((commit "587b2fb0e9be1dd8fb0ae1a62d30129924fe1945")
+        (revision "7"))
   (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 "1jksdbs2xc55mcv7n80gwggnkh668pzz6plw7m8rlpvbfq6pjzqs"))))
+        (base32 "1gjg3xsnwj543xfdrkrz1fv99qs0vip89767rjcyva4716530c2f"))))
     (build-system trivial-build-system)
     (arguments
      (list



reply via email to

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