diff options
| author | wrobell <wrobell@riseup.net> | 2025-10-04 10:46:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-07 23:34:23 +0100 |
| commit | 14f2250be3d8a6b059e73bdc5d52a2668fcd9780 (patch) | |
| tree | c6b418320f15bf7781eec5cebeb9f73e92b2214c /gnu/packages | |
| parent | 57f2757d4a6280f6897d2f98d56dec6fd1b755e0 (diff) | |
gnu: python-essentials: Update to 1.1.8.
* gnu/packages/python-xyz.scm (python-essentials): Update to 1.1.8.
Change-Id: If39f7089d7ed42e63ae4a94c36b9a71fb9ffdc86
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -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 310301b6fc5..cfa1f739d1a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20448,7 +20448,7 @@ pure Python module that works on virtually all Python versions.") (define-public python-essentials (package (name "python-essentials") - (version "1.1.6") + (version "1.1.8") (source (origin (method git-fetch) @@ -20457,7 +20457,7 @@ pure Python module that works on virtually all Python versions.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1bh8yi79gn9fg26mp58nm9xhnxcfab7rhc076av4qg00mg5p9rn0")))) + (base32 "1k8ybgxh0xvwxjc22pkmyvdhm0jgmj77rlg656r81iiibc0l7zj8")))) (build-system pyproject-build-system) (native-inputs (list python-hatchling |
