diff options
| -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 |
