[PATCH 1/7] gnu: emacs-closql: Update to 1.0.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jelle Licht
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jelle Licht
Severity
normal

Debbugs page

J
J
Jelle Licht wrote on 29 Dec 2018 07:02
(address . guix-patches@gnu.org)(name . Jelle Licht)(address . jlicht@fsfe.org)
20181229150301.30567-2-jlicht@fsfe.org
* gnu/packages/emacs.scm (emacs-closql): Update to 1.0.0.
[source]: Use 'git-fetch'.
---
gnu/packages/emacs.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Toggle diff (30 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 35d59fe8f..c0d6635de 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8906,16 +8906,17 @@ object @code{nil} corresponds 1:1 with @code{NULL} in the database.")
(define-public emacs-closql
(package
(name "emacs-closql")
- (version "0.5.1")
+ (version "1.0.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/emacscollective/closql/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacscollective/closql.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "0wa6r0kgbb7f19039p5f3di4dvrvxfgpd8bkam94fca7jvzj536c"))))
+ "0cy44d1fxkvah6fhjkn3mp6gzzrjmws1c4c20ayrma74y9xich3v"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-emacsql" ,emacs-emacsql)))
--
2.20.1
L
L
Ludovic Courtès wrote on 9 Jan 2019 07:43
(name . Jelle Licht)(address . jlicht@fsfe.org)(address . 33906@debbugs.gnu.org)
87va2x6dlz.fsf@gnu.org
Jelle Licht <jlicht@fsfe.org> skribis:

Toggle quote (3 lines)
> * gnu/packages/emacs.scm (emacs-closql): Update to 1.0.0.
> [source]: Use 'git-fetch'.

LGTM!
J
J
Jelle Licht wrote on 9 Jan 2019 14:13
control message for bug #33906
(address . control@debbugs.gnu.org)
877efdfpiz.fsf@fsfe.org
tags 33906 fixed
close 33906
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33906@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33906
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