diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-09-24 02:00:00 +0200 |
commit | 2a0aedc297e2918f1562cda6eb5b60efcc56c4e0 (patch) | |
tree | 68d932b1a1b5c07aad39222d982cb23faa8122ed | |
parent | a4ccc473a3551458b367a1d26ef1026178d3f609 (diff) |
gnu: python-srsly: Update to 2.4.8.
* gnu/packages/python-xyz.scm (python-srsly): Update to 2.4.8.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index be03c2a7da..d3d91480ac 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -32599,13 +32599,13 @@ than trying to just split strings.") (define-public python-srsly (package (name "python-srsly") - (version "2.4.7") + (version "2.4.8") (source (origin (method url-fetch) (uri (pypi-uri "srsly" version)) (sha256 (base32 - "022x0djlkl6pgh9yrd4avlai1n6y4hxm9l1xnb6630kpi12wrhlk")))) + "14ca3gwmhr24axxdhn73157wzzjkmi1s1ka91dz49hh9a2k9akdj")))) (build-system pyproject-build-system) (arguments (list |