diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-12-15 21:46:28 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:16 +0100 |
commit | e3562a6ee7078c9778e44c19169128b1e9ad6f43 (patch) | |
tree | 73e3e574a3c2c5b17aa550161ba0f2ed8dd3a6cd /gnu/packages | |
parent | 91b18baa4274a025d28f06133682a9269217730d (diff) | |
download | guix-e3562a6ee7078c9778e44c19169128b1e9ad6f43.tar.gz guix-e3562a6ee7078c9778e44c19169128b1e9ad6f43.zip |
gnu: python-msgspec: Update to 0.18.6.
* gnu/packages/serialization.scm (python-msgspec): Update to 0.18.6.
Change-Id: Ia1455e7dd366e32fd0851207684e426e14d68838
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/serialization.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm index 069722b91d..6fb92678e6 100644 --- a/gnu/packages/serialization.scm +++ b/gnu/packages/serialization.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2015, 2017, 2019, 2020, 2021, 2023 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015, 2017, 2019, 2020, 2021, 2023, 2024 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox.org> ;;; Copyright © 2016 David Craven <david@craven.ch> ;;; Copyright © 2016, 2019, 2020, 2022 Marius Bakke <marius@gnu.org> @@ -704,7 +704,7 @@ RPC system. Think JSON, except binary. Or think Protocol Buffers, except faste (define-public python-msgspec (package (name "python-msgspec") - (version "0.16.0") + (version "0.18.6") (source (origin ;; There are no tests in the PyPI tarball. (method git-fetch) @@ -719,7 +719,7 @@ RPC system. Think JSON, except binary. Or think Protocol Buffers, except faste (delete-file "msgspec/atof_consts.h"))) (sha256 (base32 - "09q567klcv7ly60w9lqip2ffyhrij100ky9igh3p3vqwbml33zb3")))) + "0akq8lc3547i0j67dpnq1si3dvdc51r4f66dka2h7mq6c4zxq3fn")))) (build-system pyproject-build-system) (arguments (list |