gnu: python2-pythondialog: Update to 3.4.0.

* gnu/packages/python.scm (python2-pythondialog): Update to 3.4.0.
[source]: Use pypi-uri.

Co-authored-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
ng0 2016-07-04 16:16:05 +00:00 committed by Leo Famulari
parent 35e2e49577
commit 42c4b24646
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -23,6 +23,7 @@
;;; Copyright © 2016 Daniel Pimentel <d4n1@d4n1.org>
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;;
;;; This file is part of GNU Guix.
;;;
@ -6664,16 +6665,14 @@ (define-public python2-zope-component
(define-public python2-pythondialog
(package
(name "python2-pythondialog")
(version "3.3.0")
(version "3.4.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/p/"
"python2-pythondialog/python2-pythondialog-"
version ".tar.gz"))
(uri (pypi-uri "python2-pythondialog" version))
(sha256
(base32
"1yhkagsh99bfi592ymczf8rnw8rk6n9hdqy3dd98m3yrx8zmjvry"))))
"0d8k7lxk50imdyx85lv8j98i4c93a71iwpapnl1506rpkbm9qvd9"))))
(build-system python-build-system)
(arguments
`(#:phases