all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jelle Licht <jlicht@fsfe.org>
To: 28426@debbugs.gnu.org
Subject: [bug#28426] [PATCH 2/2] gnu: python-apsw: Update to 3.20.1-r1.
Date: Tue, 12 Sep 2017 00:17:45 +0200	[thread overview]
Message-ID: <20170911221745.13947-3-jlicht@fsfe.org> (raw)
In-Reply-To: <20170911221745.13947-1-jlicht@fsfe.org>

* gnu/packages/python.scm (python-apsw): Update to 3.20.1-r1.
[origin]: Change to updated upstream url.
---
 gnu/packages/python.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3609ff055..6b9fe0325 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6089,14 +6089,15 @@ implementation of D-Bus.")
 (define-public python-apsw
   (package
     (name "python-apsw")
-    (version "3.9.2-r1")
+    (version "3.20.1-r1")
     (source
       (origin
         (method url-fetch)
-        (uri (pypi-uri "apsw" version))
+        (uri (string-append "https://github.com/rogerbinns/apsw/archive/"
+                            version ".tar.gz"))
         (sha256
           (base32
-           "0w4jb0wpx785qw42r3h4fh7gl5w2968q48i7gygybsfxck8nzffs"))))
+           "00ai7m2pqi26qaflhz314d8k5i3syw7xzr145fhfl0crhyh6adz2"))))
     (build-system python-build-system)
     (inputs
       `(("sqlite" ,sqlite)))
-- 
2.14.1

  parent reply	other threads:[~2017-09-11 22:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-11 22:17 [bug#28424] [PATCH 0/2] Unbundle sqlite from python-apsw Jelle Licht
2017-09-11 22:17 ` [bug#28425] [PATCH 1/2] gnu: sqlite: Update to 3.20.1 Jelle Licht
2017-09-12 11:00   ` Catonano
2017-09-12 13:24     ` Jelle Licht
2017-09-12 21:00       ` Catonano
2017-09-11 22:17 ` Jelle Licht [this message]
2017-09-13  8:06 ` [bug#28424] [PATCH 0/2] Unbundle sqlite from python-apsw Ludovic Courtès
2017-09-13  8:54   ` bug#28424: " Jelle Licht

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=20170911221745.13947-3-jlicht@fsfe.org \
    --to=jlicht@fsfe.org \
    --cc=28426@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.