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: Thu, 25 Jan 2024 03:22:54 -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 75e8922  sysadmin: Update guix-cran-scripts.
75e8922 is described below

commit 75e89224b24da9b18cc158453a2199fd5829a937
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 25 09:22:31 2024 +0100

    sysadmin: Update guix-cran-scripts.
    
    * hydra/modules/sysadmin/packages.scm (guix-cran-scripts): Update to
    0-8.077d9e0.
---
 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 df4f95e..dfb7c57 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 "587b2fb0e9be1dd8fb0ae1a62d30129924fe1945")
-        (revision "7"))
+  (let ((commit "077d9e0a3753360b1b1fbd17c356967ba6d92175")
+        (revision "8"))
   (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 "1gjg3xsnwj543xfdrkrz1fv99qs0vip89767rjcyva4716530c2f"))))
+        (base32 "1k2p6gfdl37spy7j3vz47by9yrdh96s9ppin4dq0ymbixsnrq7gg"))))
     (build-system trivial-build-system)
     (arguments
      (list



reply via email to

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