mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-toml: Update to 0.10.2.
* gnu/packages/python-build.scm (python-toml): Update to 0.10.2.
This commit is contained in:
parent
4ccd341216
commit
c0e60ccf9a
1 changed files with 3 additions and 3 deletions
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
|
||||||
;;; Copyright © 2018, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
;;; Copyright © 2018, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||||
|
;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -71,14 +72,13 @@ installed with a newer @code{pip} or with wheel's own command line utility.")
|
||||||
(define-public python-toml
|
(define-public python-toml
|
||||||
(package
|
(package
|
||||||
(name "python-toml")
|
(name "python-toml")
|
||||||
(version "0.10.1")
|
(version "0.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "toml" version))
|
(uri (pypi-uri "toml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "13z6rff86bzdpl094x0vmfvls779931xj90dlbs9kpfm138s3gdk"))))
|
||||||
"03wbqm5cn685cwx2664hjdpz370njl7lf0yal8s0dkp5w4mn2swj"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;no tests suite in release
|
`(#:tests? #f)) ;no tests suite in release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue