guix-commits
[Top][All Lists]
Advanced

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

25/32: gnu: emacs-org-ql: Update to 0.8.5.


From: guix-commits
Subject: 25/32: gnu: emacs-org-ql: Update to 0.8.5.
Date: Sun, 17 Mar 2024 18:51:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b04ea322e7e57f94db79c16eedafaf399c1fa770
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 23:16:39 2024 +0100

    gnu: emacs-org-ql: Update to 0.8.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.8.5.
    
    Change-Id: Ie020ddfa7436da5ca7ffa94926d7ab1f0435f2c0
---
 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 b3b993dfff..8c8d3169fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23581,7 +23581,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
 (define-public emacs-org-ql
   (package
     (name "emacs-org-ql")
-    (version "0.8.4")
+    (version "0.8.5")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23589,7 +23589,7 @@ interactive commands and functions, such as 
@code{completing-read}.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "07r9bx0bh7wyj5pbkhnrn8amzz3ynri94cxcxgcn1r3ypdhk6y85"))
+                "1wnvrjx9r9f1ykfdafj9pz1b0n669bqmixb5q35kmahyjis8rswq"))
               (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]