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, 18 Jan 2024 04:58:47 -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 bd02033  sysadmin: Update guix-cran-scripts.
bd02033 is described below

commit bd02033c571de00a4ea7c79ed894f022e597b90d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 18 10:58:26 2024 +0100

    sysadmin: Update guix-cran-scripts.
    
    * hydra/modules/sysadmin/packages.scm (guix-cran-scripts): Update to
    0-4.319dac5.
---
 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 5f5b3a2..57236ca 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 "094396ca8be88b198ef2f90265a762887df9fe21")
-        (revision "3"))
+  (let ((commit "319dac5d9aba2a7dac29269f4d56ce8a91132741")
+        (revision "4"))
   (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 "1dc9jndjczhsy9x0dzy9zgshs15smh4fnx5ah879aw4w9bwwz9bf"))))
+        (base32 "0wn3848ji39ymycjai9flv9mc2abld25bdk7y934fhprx0ggjknq"))))
     (build-system trivial-build-system)
     (arguments
      (list



reply via email to

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