From: Jelle Licht <jlicht@fsfe.org>
To: 33908@debbugs.gnu.org
Subject: [bug#33908] [PATCH 2/7] gnu: emacs-emacsql: Update to 3.0.0.
Date: Sat, 29 Dec 2018 16:02:56 +0100 [thread overview]
Message-ID: <20181229150301.30567-3-jlicht@fsfe.org> (raw)
In-Reply-To: <20181229150301.30567-1-jlicht@fsfe.org>
* gnu/packages/emacs.scm (emacs-emacsql): Update to 3.0.0.
[source]: Use 'git-fetch'.
[arguments]: Remove unnecessary fix.
---
gnu/packages/emacs.scm | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c0d6635de..0e1a525ab 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -8825,16 +8825,16 @@ object has been freed.")
(define-public emacs-emacsql
(package
(name "emacs-emacsql")
- (version "2.0.3")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/skeeto/emacsql/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "04hfjdgl1zc7jysgjc7d7d3xqpr7q1q9gsmzffjd91ii3hpqjgx6"))))
+ (version "3.0.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/skeeto/emacsql.git")
+ (commit (string-append version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1c84gxr1majqj4b59wgdy3lzm3ap66w9qsrnkx8hdbk9895ak81g"))))
(build-system emacs-build-system)
(arguments
`(#:modules ((guix build emacs-build-system)
@@ -8869,8 +8869,6 @@ object has been freed.")
(let ((file "emacsql-sqlite.el"))
(chmod file #o644)
(emacs-substitute-sexps file
- ;; Avoid interactive prompts.
- ("(defvar emacsql-sqlite-user-prompted" 't)
;; Make sure Emacs looks for ‘GCC’ binary in the right place.
("(executable-find" (which "gcc"))
;; Make sure Emacs looks for ‘emacsql-sqlite’ binary
--
2.20.1
next prev parent reply other threads:[~2018-12-29 15:12 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-29 15:02 [bug#33907] [PATCH 0/7] Prepare for release of emacs-forge Jelle Licht
2018-12-29 15:02 ` [bug#33906] [PATCH 1/7] gnu: emacs-closql: Update to 1.0.0 Jelle Licht
2019-01-09 15:43 ` Ludovic Courtès
2018-12-29 15:02 ` Jelle Licht [this message]
2019-01-09 15:43 ` [bug#33908] [PATCH 2/7] gnu: emacs-emacsql: Update to 3.0.0 Ludovic Courtès
2018-12-29 15:02 ` [bug#33909] [PATCH 3/7] gnu: Add emacs-treepy Jelle Licht
2019-01-09 15:43 ` Ludovic Courtès
2018-12-29 15:02 ` [bug#33903] [PATCH 4/7] gnu: Add emacs-graphql Jelle Licht
2019-01-09 15:45 ` Ludovic Courtès
2018-12-29 15:02 ` [bug#33910] [PATCH 5/7] gnu: emacs-with-editor: Update to 2.8.0 Jelle Licht
2019-01-09 15:45 ` Ludovic Courtès
2018-12-29 15:03 ` [bug#33905] [PATCH 6/7] gnu: emacs-magit-popup: Update to 2.12.5 Jelle Licht
2019-01-09 15:45 ` Ludovic Courtès
2018-12-29 15:03 ` [bug#33904] [PATCH 7/7] gnu: emacs-ghub: Update to 3.2.0 Jelle Licht
2019-01-09 15:45 ` Ludovic Courtès
2019-01-09 15:43 ` [bug#33907] [PATCH 0/7] Prepare for release of emacs-forge Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20181229150301.30567-3-jlicht@fsfe.org \
--to=jlicht@fsfe.org \
--cc=33908@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.