sharlatan pushed a commit to branch master
in repository guix.

commit 5e63cf0acc24551c4357572a17b4a6c7b6e9bb6f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 1 23:14:03 2024 +0100

    gnu: python-extension-helpers: Update to 1.1.1.
    
    * gnu/packages/python-xyz.scm (python-extension-helpers): Update to 1.1.1.
    
    Change-Id: Ia5fa0b445232314134d0127add75fcf2082bbc59
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5541732887..64149842b2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5047,13 +5047,13 @@ and is not compatible with JSON.")
 (define-public python-extension-helpers
 (package
   (name "python-extension-helpers")
-  (version "1.0.0")
+  (version "1.1.1")
   (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "extension-helpers" version))
       (sha256
-        (base32 "1rjha07ds633fb81hn3i2yzk3v2flbi6qa091ix4mkvrgk3gl6ya"))))
+        (base32 "001zd6gfs9yrwjny1fxzycxx0kcasshlyl6rh1kgzm13ll2d6pgr"))))
   (build-system pyproject-build-system)
   ;; FIXME: pytest failed to load test suit, find out why.
   ;;  - _pytest.pathlib.ImportPathMismatchError: ('extension_helpers.conftes

Reply via email to