guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "gnu: emacs-org-ql: Update to 0.8.5."


From: guix-commits
Subject: branch master updated: Revert "gnu: emacs-org-ql: Update to 0.8.5."
Date: Sun, 17 Mar 2024 19:01:07 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new df6ea8e9e9 Revert "gnu: emacs-org-ql: Update to 0.8.5."
df6ea8e9e9 is described below

commit df6ea8e9e9a089f46abb841782ca623691efca4c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 23:58:31 2024 +0100

    Revert "gnu: emacs-org-ql: Update to 0.8.5."
    
    This reverts commit b04ea322e7e57f94db79c16eedafaf399c1fa770.
    
    Check phase freezes.
    
    Change-Id: Ie66617fa09d37747214fa7357aa04630632280a0
---
 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 e6cb930bc9..66ac39b701 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.5")
+    (version "0.8.4")
     (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
-                "1wnvrjx9r9f1ykfdafj9pz1b0n669bqmixb5q35kmahyjis8rswq"))
+                "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]