[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/65: gnu: python-msgspec: Update to 0.18.6.
From: |
guix-commits |
Subject: |
01/65: gnu: python-msgspec: Update to 0.18.6. |
Date: |
Fri, 20 Dec 2024 16:41:35 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit de0b1e0f85315ae5b4bda3b7ce893dc6f10810d9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 15 21:46:28 2024 +0100
gnu: python-msgspec: Update to 0.18.6.
* gnu/packages/serialization.scm (python-msgspec): Update to 0.18.6.
Change-Id: Ia1455e7dd366e32fd0851207684e426e14d68838
---
gnu/packages/serialization.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 1a965103aa..526e9316ad 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
- 41/65: gnu: python-httpx: Update to 0.28.1., (continued)
- 41/65: gnu: python-httpx: Update to 0.28.1., guix-commits, 2024/12/20
- 42/65: gnu: python-devpi-process: Add missing input., guix-commits, 2024/12/20
- 46/65: gnu: python-starlette: Update to 0.42.0., guix-commits, 2024/12/20
- 54/65: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2024/12/20
- 61/65: gnu: python-geventhttpclient: Update to 2.3.3., guix-commits, 2024/12/20
- 63/65: gnu: python-httpretty: Enable tests., guix-commits, 2024/12/20
- 09/65: gnu: python-pytest-qt: Update to 4.4.0., guix-commits, 2024/12/20
- 17/65: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/20
- 11/65: gnu: Add python-time-machine., guix-commits, 2024/12/20
- 20/65: gnu: Add python-packaging-legacy., guix-commits, 2024/12/20
- 01/65: gnu: python-msgspec: Update to 0.18.6.,
guix-commits <=
- 06/65: gnu: python-qdldl: Add missing input., guix-commits, 2024/12/20
- 07/65: gnu: python-cachetools: Update to 5.5.0., guix-commits, 2024/12/20
- 21/65: gnu: Add python-lazy., guix-commits, 2024/12/20
- 12/65: gnu: python-pytest-subprocess: Update to 1.5.2., guix-commits, 2024/12/20
- 24/65: gnu: Add python-devpi-server., guix-commits, 2024/12/20
- 26/65: gnu: Add python-devpi-process., guix-commits, 2024/12/20
- 45/65: gnu: python-pydantic: Fix build., guix-commits, 2024/12/20
- 49/65: gnu: python-stsci-stimage: Fix build., guix-commits, 2024/12/20
- 51/65: gnu: python-email-validator: Update to 2.2.0., guix-commits, 2024/12/20
- 40/65: gnu: python-uvicorn: Update to 0.34.0., guix-commits, 2024/12/20