all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Arun Isaac <arunisaac@systemreboot.net>
To: 30982@debbugs.gnu.org
Subject: [bug#30982] [PATCH 1/8] gnu: python-attrs: Update to 17.4.0.
Date: Thu, 29 Mar 2018 12:58:09 +0530	[thread overview]
Message-ID: <20180329072816.3911-1-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20180329072251.12561-1-arunisaac@systemreboot.net>

* gnu/packages/python.scm (python-attrs): Update to 17.4.0.
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a1af6967f..2846f33a9 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -30,7 +30,7 @@
 ;;; Copyright © 2016, 2017 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2016 Dylan Jeffers <sapientech@sapientech@openmailbox.org>
 ;;; Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2016, 2017 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2016, 2017, 2018 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2016, 2017 Julien Lepiller <julien@lepiller.eu>
 ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2016, 2017 Thomas Danckaert <post@thomasdanckaert.be>
@@ -10714,13 +10714,13 @@ and bit flag values.")
 (define-public python-attrs
   (package
     (name "python-attrs")
-    (version "17.2.0")
+    (version "17.4.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "attrs" version))
               (sha256
                (base32
-                "04gx08ikpk26wnq22f7l42gapcvk8iz1512r927k6sadz6cinkax"))))
+                "1jafnn1kzd6qhxgprhx6y6ik1r5m2rilx25syzcmq03azp660y8w"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-pytest" ,python-pytest)
-- 
2.15.1

  reply	other threads:[~2018-03-29  7:29 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-29  7:22 [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Arun Isaac
2018-03-29  7:28 ` Arun Isaac [this message]
2018-03-29  7:28   ` [bug#30982] [PATCH 2/8] gnu: python-pyasn1: Update to 0.4.2 Arun Isaac
2018-03-29  7:28   ` [bug#30982] [PATCH 3/8] gnu: python-pluggy: Update to 0.6.0 Arun Isaac
2018-03-29  7:28   ` [bug#30982] [PATCH 4/8] gnu: Add python-more-itertools Arun Isaac
2018-03-29  7:28   ` [bug#30982] [PATCH 5/8] gnu: python-hypothesis: Update to 3.52.0 Arun Isaac
2018-03-29  7:28   ` [bug#30982] [PATCH 6/8] gnu: python-py: Update to 1.5.3 Arun Isaac
2018-03-29  7:28   ` [bug#30982] [PATCH 7/8] gnu: python-pytest: Update to 3.5.0 Arun Isaac
2018-03-29  7:28   ` [bug#30982] [PATCH 8/8] gnu: python-pycairo: Update to 1.16.3 Arun Isaac
2018-03-30  8:45 ` [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Ludovic Courtès
2018-03-30 18:58   ` Arun Isaac
2018-03-31  5:53   ` bug#30982: " Arun Isaac
2018-03-31 13:55     ` [bug#30982] " Marius Bakke

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=20180329072816.3911-1-arunisaac@systemreboot.net \
    --to=arunisaac@systemreboot.net \
    --cc=30982@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.