[PATCH] gnu: emacs-closql: Update to 2.2.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ian Eure
  • Jelle Licht
Owner
unassigned
Submitted by
Jelle Licht
Severity
normal

Debbugs page

Jelle Licht wrote 3 weeks ago
(address . guix-patches@gnu.org)
a852a23549bd4fc6363ee9cded1b1ac3f5fe3975.1739978204.git.jlicht@fsfe.org
* gnu/packages/emacs-xyz.scm (emacs-closql): Update to 2.2.0.

Change-Id: Ibbb15b8cad9434992df47837cad32e9e9ae0a319
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ce96d1850c..deb3fe5d8d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24903,7 +24903,7 @@ (define-public emacs-emacsql
(define-public emacs-closql
(package
(name "emacs-closql")
- (version "2.1.0")
+ (version "2.2.0")
(source
(origin
(method git-fetch)
@@ -24913,7 +24913,7 @@ (define-public emacs-closql
(file-name (git-file-name name version))
(sha256
(base32
- "17i5gni6hw8lvg0660c0hldr0xbrdry4hmx9n5i4pry3wwnhzngr"))))
+ "1x5nwbmwvgl96f7grhh60472m0d6jiykls0f52c1ff03b2dhplax"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat emacs-emacsql))

base-commit: fc29a7193781df44a15cb7a8bdc236805ddd0595
--
2.48.1
Ian Eure wrote 3 weeks ago
(name . Jelle Licht)(address . jlicht@fsfe.org)(address . 76415@debbugs.gnu.org)
87wmdlhemc.fsf@retrospec.tv
Pushed as 71707fa1e1.

Thanks!

-- Ian
Ian Eure wrote 3 weeks ago
control message for bug #76415
(address . control@debbugs.gnu.org)
87v7t5hem7.fsf@retrospec.tv
close 76415
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76415@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76415
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help