[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/142: gnu: python-tomli: Update to 2.0.0.
From: |
guix-commits |
Subject: |
07/142: gnu: python-tomli: Update to 2.0.0. |
Date: |
Mon, 10 Jan 2022 13:07:12 -0500 (EST) |
apteryx pushed a commit to branch version-1.4.0
in repository guix.
commit d71de56b86cffe5dfa67cac1b2cf22293240a69a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Dec 17 12:21:37 2021 -0500
gnu: python-tomli: Update to 2.0.0.
* gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 8bcece74d3..74e0b93184 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -138,13 +138,13 @@ Python file, so it can be easily copied into your
project.")
(define-public python-tomli
(package
(name "python-tomli")
- (version "1.2.2")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tomli" version))
(sha256
- (base32 "1vjg44narb7hdiazdmbv8bfv7pi6phnq7nxm6aphx0iqxcah1kn6"))))
+ (base32 "1q8lrh9ypa6zpgbc5f7z23p7phzblp4vpxdrpfr1wajhb17w74n2"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;disabled to avoid extra dependencies
- 27/142: gnu: python-nose: Fix build., (continued)
- 27/142: gnu: python-nose: Fix build., guix-commits, 2022/01/10
- 30/142: gnu: glibmm: Remove trailing #t., guix-commits, 2022/01/10
- 26/142: gnu: glib: Fix cross-compilation., guix-commits, 2022/01/10
- 34/142: gnu: eudev: Update to 3.2.11., guix-commits, 2022/01/10
- 41/142: gnu: gsettings-desktop-schemas: Add python to native inputs., guix-commits, 2022/01/10
- 46/142: gnu: libxkbcommon: Add python to native inputs., guix-commits, 2022/01/10
- 49/142: gnu: pangomm: Add python to native inputs., guix-commits, 2022/01/10
- 58/142: gnu: glade3: Add python to native inputs., guix-commits, 2022/01/10
- 55/142: gnu: python-msgpack: Update to 1.0.3., guix-commits, 2022/01/10
- 59/142: gnu: python-curio: Disable newly failing 'test_timeout' test., guix-commits, 2022/01/10
- 07/142: gnu: python-tomli: Update to 2.0.0.,
guix-commits <=
- 22/142: gnu: cairo: Use bash-minimal unconditionally., guix-commits, 2022/01/10
- 40/142: gnu: gnome-backgrounds: Update to 41.0., guix-commits, 2022/01/10
- 43/142: gnu: epiphany: Update to 41.2., guix-commits, 2022/01/10
- 45/142: gnu: wayland-protocols: Add python to native inputs., guix-commits, 2022/01/10
- 75/142: gnu: python-matplotlib: Update to 3.5.1 and run tests in parallel., guix-commits, 2022/01/10
- 87/142: gnu: python-pysam: Update to 0.18.0., guix-commits, 2022/01/10
- 90/142: gnu: python-igraph: Update to 0.9.8., guix-commits, 2022/01/10
- 91/142: gnu: tbb-2020: Use ld.gold to work around segfaults in check phase., guix-commits, 2022/01/10
- 103/142: gnu: python-scikit-learn: Remove obsolete phase., guix-commits, 2022/01/10
- 104/142: gnu: jalv-select: Remove obsolete phase., guix-commits, 2022/01/10