1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 06:05:54 +02:00

gnu: python-srsly: Update to 2.5.2.

* gnu/packages/python-xyz.scm (python-srsly): Update to 2.5.2.
[source]: Switch to git-fetch.

Change-Id: I0e5544b6d4258e6f9d66be3751247815e06f96c9
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-03-03 20:26:43 +01:00
committed by Sharlatan Hellseher
parent eda883e7f5
commit c04950dde7
+10 -4
View File
@@ -36117,15 +36117,21 @@ than trying to just split strings.")
(license license:asl2.0)))
(define-public python-srsly
;; TODO: Unbundle libraries https://github.com/explosion/srsly/pull/120
;; srsly.msgpack, srsly.cloudpickle, srsly.ruamel_yaml, srsly.ujson should
;; be replaced with msgpack, cloudpickle, ruamel.yaml, and ujson.
(package
(name "python-srsly")
(version "2.5.1")
(version "2.5.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "srsly" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/explosion/srsly")
(commit (string-append "release-v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0zn74zyb928v898j6l86a83qgdvza78ksjg0v8ixla9yrzv4n6xb"))))
(base32 "1ww4jrih9rgv0nls9vkh8886mpp6wxa76khr9fwzxjkx4k3xbmbg"))))
(build-system pyproject-build-system)
(arguments
(list