all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Holger Peters <holger.peters@posteo.de>
To: 41416@debbugs.gnu.org
Cc: Holger Peters <holger.peters@posteo.de>
Subject: [bug#41416] [PATCH 1/8] gnu: python-webob: Update to 1.8.6
Date: Wed, 20 May 2020 09:07:03 +0200	[thread overview]
Message-ID: <20200520070710.6999-1-holger.peters@posteo.de> (raw)
In-Reply-To: <20200520070224.6676-1-holger.peters@posteo.de>

* gnu/packages/python-web.scm (python-webob): Update to 1.8.6.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 2cd37c8bcf..a554f598e2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1035,14 +1035,14 @@ your Web app.")
 (define-public python-webob
   (package
     (name "python-webob")
-    (version "1.8.3")
+    (version "1.8.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "WebOb" version))
        (sha256
         (base32
-          "1cpqskanmvwia8wqlpcr3ykyxysynjdnbl5namvpg8vw6jnkv1dh"))))
+          "026i3z99nr3px75isa9mbnky5i7rffiv4d124h5kxfjjsxz92fma"))))
     (build-system python-build-system)
     (native-inputs
       `(("python-nose" ,python-nose)))
-- 
2.26.0





  reply	other threads:[~2020-05-20  7:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20  7:02 [bug#41416] [PATCH 0/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:07 ` Holger Peters [this message]
2020-05-20  7:07   ` [bug#41416] [PATCH 2/8] gnu: Add python-venusian Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 3/8] gnu: Add python-zope-deprecation Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 4/8] gnu: Add python-translationstring Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 5/8] gnu: Add python-plaster Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 6/8] gnu: Add python-plaster-pastedeploy Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 7/8] gnu: Add python-hupper Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 8/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:42     ` bug#41416: " Ricardo Wurmus

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=20200520070710.6999-1-holger.peters@posteo.de \
    --to=holger.peters@posteo.de \
    --cc=41416@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.