guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-org-ql: Update to 0.2.1.


From: guix-commits
Subject: 01/01: gnu: emacs-org-ql: Update to 0.2.1.
Date: Sun, 29 Sep 2019 17:20:59 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 2d74d42a65f14e2f4433e9784422841ed308e92d
Author: Brian Leung <address@hidden>
Date:   Sun Sep 29 23:20:33 2019 +0200

    gnu: emacs-org-ql: Update to 0.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.2.1.
---
 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 c578edf..d418fcb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11642,7 +11642,7 @@ timestamps by providing a @code{ts} struct.")
 (define-public emacs-org-ql
   (package
     (name "emacs-org-ql")
-    (version "0.2")
+    (version "0.2.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -11650,7 +11650,7 @@ timestamps by providing a @code{ts} struct.")
                     (commit version)))
               (sha256
                (base32
-                "0mq0aj0a3a5gi9nz0ncpzsh731d92n86b0iinvx1m45dcal06h9y"))
+                "1xyabg9fhpip6426za6wjrn0msnaf10c5fzzaawwagk7zmjf9b48"))
               (file-name (git-file-name name version))))
     (build-system emacs-build-system)
     (propagated-inputs



reply via email to

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