~ruther/guix-local

14f2250be3d8a6b059e73bdc5d52a2668fcd9780 — wrobell 5 months ago 57f2757
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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