[PATCH] gnu: guile-sqlite3: Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Leo Famulari
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 7 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20180205162351.12273-1-dannym@scratchpost.org
* gnu/packages/guile.scm (guile-sqlite3): Update to
21f35ca87517194d8fcc7ac166b5e77f5f5348b0.
---
gnu/packages/guile.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index 3bc18ffdd..054ee9009 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1128,10 +1128,10 @@ Guile's foreign function interface.")
(deprecated-package "guile2.2-gdbm-ffi" guile-gdbm-ffi))
(define-public guile-sqlite3
- (let ((commit "607721fe1174a299e45d457acacf94eefb964071"))
+ (let ((commit "21f35ca87517194d8fcc7ac166b5e77f5f5348b0"))
(package
(name "guile-sqlite3")
- (version (string-append "0.0-1." (string-take commit 7)))
+ (version (string-append "0.0-2." (string-take commit 7)))
;; XXX: This used to be available read-only at
;; <https://www.gitorious.org/guile-sqlite3/guile-sqlite3.git/> but it
@@ -1144,7 +1144,7 @@ Guile's foreign function interface.")
(commit commit)))
(sha256
(base32
- "09gaffhh5rawz5kdmqx2ahvj1ngvxddp469r18bmjz3sz8p0slj2"))
+ "0m33di5gz0a6n6q380v1y8apm5hrynzyl4ri8ar4j202hwjqi1y2"))
(file-name (string-append name "-" version "-checkout"))
(modules '((guix build utils)))
(snippet
Leo Famulari wrote 7 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 30361@debbugs.gnu.org)
20180205231316.GB22963@jasmine.lan
On Mon, Feb 05, 2018 at 05:23:51PM +0100, Danny Milosavljevic wrote:
Toggle quote (3 lines)
> * gnu/packages/guile.scm (guile-sqlite3): Update to
> 21f35ca87517194d8fcc7ac166b5e77f5f5348b0.

Can you put the Guix version string in the commit message?

Toggle quote (4 lines)
> (define-public guile-sqlite3
> - (let ((commit "607721fe1174a299e45d457acacf94eefb964071"))
> + (let ((commit "21f35ca87517194d8fcc7ac166b5e77f5f5348b0"))

Can you also move the revision counter up here and use the git-version
and git-file-name procedures for the version and file-name?
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlp45QwACgkQJkb6MLrK
fwh5nBAAorZdYPWafaOyYcMZY256Zcy/ImbDYSW+M2wO3qYswx4rnfmMsP6vxjr6
G2M5PPAlMIQ2L1+fW4+qnLYzJT3HJQjjUtBWND3+KI5IO+98YrhtpRNFsvX6gZVc
25B3X42AtJX80DE7VMcUmtnLLbqPdbcaoy6WuQKXcVRcaOzj/TYrpGaC8QysShkR
H4fbOTzCWCGMYLjfkPCNryrE58katS/vYYIBQULrfdiYgCVjHTyDJCOznvLRPdDr
nyH+d3Ms+SAvCEn6F8myCI9E8E31lSHKsTWA0mjhF7XNztS78gVQgelCX/qynm/H
AsAgM6YLixYnUnqOVhruiY9dw657w5q9lfV1HBO6z20ZfICTQRnx9qbUS+BXMQDh
9a0705ffV4diDx9ME/HMaEQa5xnJ5qJgEfh2XjbvrgTdPlGzSq9E1yZNpdi7X2Nu
J1Gntrz7Mme4BYzmGH6ho6S5zR3qPthxgVbA6fPt+EoiFi6w0B21uBS8Y0GAp7aw
E1uQjTxauTdI67YJnYI3G+IXYNrjD5lzDVeGEg5ILMauHhWYrttT/K3a8smwdSDb
yZThgE6ZnlbmJZKmbcsd5+SWEIWK+CVv2D9SieLqneIU268+JwljwskXO3lt0L3J
2Wjqc1cWcVqzTzHVSLj7gzkPjKoahZmHosqs5MBtzQoIxqft0h0=
=/QYb
-----END PGP SIGNATURE-----


Danny Milosavljevic wrote 7 years ago
(no subject)
(address . control@debbugs.gnu.org)
20180206095007.5df37831@scratchpost.org
close 30361
?
Your comment

This issue is archived.

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

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