guix-commits
[Top][All Lists]
Advanced

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

31/36: gnu: emacs-org-ql: Update to 0.8.4.


From: guix-commits
Subject: 31/36: gnu: emacs-org-ql: Update to 0.8.4.
Date: Sun, 21 Jan 2024 18:24:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 396d84071fc8b3cb317f85457d3ae51c094953de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jan 21 23:56:22 2024 +0100

    gnu: emacs-org-ql: Update to 0.8.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.4.
    
    Change-Id: Idb2e25155a62cbf699367a749194dce1852339ec
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 011dc96484..44469bc772 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23405,7 +23405,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
 (define-public emacs-org-ql
   (package
     (name "emacs-org-ql")
-    (version "0.8")
+    (version "0.8.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23413,7 +23413,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "0l403n75xyjf14pbk7hfdzajv393mk5m0xp9csv8dl805rgzrdkr"))
+                "07r9bx0bh7wyj5pbkhnrn8amzz3ynri94cxcxgcn1r3ypdhk6y85"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (arguments



reply via email to

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