mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-blinker: Update to 1.4.
* gnu/packages/python.scm (python-blinker): Update to 1.4.
This commit is contained in:
parent
c2a9c1c0bc
commit
7fb9ff4dea
1 changed files with 3 additions and 5 deletions
|
@ -2658,16 +2658,14 @@ which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats.")
|
||||||
(define-public python-blinker
|
(define-public python-blinker
|
||||||
(package
|
(package
|
||||||
(name "python-blinker")
|
(name "python-blinker")
|
||||||
(version "1.3")
|
(version "1.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "blinker" version))
|
||||||
"https://pypi.python.org/packages/source/b/blinker/blinker-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bvfxkmjx6bpa302pv7v2vw5rwr3dlzjzfdp3bj628i6144024b8"))))
|
"1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue