all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#30361] [PATCH] gnu: guile-sqlite3: Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0.
@ 2018-02-05 16:23 Danny Milosavljevic
  2018-02-05 23:13 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Danny Milosavljevic @ 2018-02-05 16:23 UTC (permalink / raw)
  To: 30361

* gnu/packages/guile.scm (guile-sqlite3): Update to
21f35ca87517194d8fcc7ac166b5e77f5f5348b0.
---
 gnu/packages/guile.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#30361] [PATCH] gnu: guile-sqlite3: Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0.
  2018-02-05 16:23 [bug#30361] [PATCH] gnu: guile-sqlite3: Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0 Danny Milosavljevic
@ 2018-02-05 23:13 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-02-05 23:13 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 30361

[-- Attachment #1: Type: text/plain, Size: 520 bytes --]

On Mon, Feb 05, 2018 at 05:23:51PM +0100, Danny Milosavljevic wrote:
> * gnu/packages/guile.scm (guile-sqlite3): Update to
> 21f35ca87517194d8fcc7ac166b5e77f5f5348b0.

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

>  (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?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-05 23:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-05 16:23 [bug#30361] [PATCH] gnu: guile-sqlite3: Update to 21f35ca87517194d8fcc7ac166b5e77f5f5348b0 Danny Milosavljevic
2018-02-05 23:13 ` Leo Famulari

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.