guix-commits
[Top][All Lists]
Advanced

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

27/36: gnu: zeal: Update to 0.6.1-1.1cfa7c6.


From: guix-commits
Subject: 27/36: gnu: zeal: Update to 0.6.1-1.1cfa7c6.
Date: Tue, 20 Jun 2023 17:19:26 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit c1e093b521ce92726d73c024e629df3d875c4101
Author: michaeldelago <michaeldelago98@gmail.com>
AuthorDate: Fri Jun 2 08:18:20 2023 -0400

    gnu: zeal: Update to 0.6.1-1.1cfa7c6.
    
    * gnu/packages/documentation.scm (zeal): Update to 0.6.1-1.1cfa7c6.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/documentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index be64bc4f95..ec70ca4d8f 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -370,7 +370,7 @@ the Net to search for documents which are not on the local 
system.")
     (license lgpl2.1+)))
 
 (define-public zeal
-  (let ((commit "d3c5521c501d24050f578348ff1b9d68244b992c")
+  (let ((commit "1cfa7c637f745be9d98777f06b4f8dec90892bf2")
         (revision "1"))
     (package
       (name "zeal")
@@ -383,7 +383,7 @@ the Net to search for documents which are not on the local 
system.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1ky2qi2cmjckc51lm3i28815ixgqdm36j7smixxr16jxpmbqs6sl"))))
+          (base32 "1m7pp3cwc21x03718vhwfd9j2n8md3hv5dp10s234vcsd755s7a3"))))
       (build-system qt-build-system)
       (arguments
        `(#:tests? #f                    ;no tests



reply via email to

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