guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 020f8f543d24d88d68d0d773f47ae6caa477d8f3
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 11 11:44:25 2026 +0100

    gnu: python-brotlicffi: Update to 1.2.0.1.
    
    * gnu/packages/python-compression.scm (python-brotlicffi): Update to 
1.2.0.1.
    [source]: Switch to git-fetch.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I64936ddf586413c5a353d34976231ab19b5ba232
---
 gnu/packages/python-compression.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index 218edf1575..074a406644 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -460,13 +460,16 @@ Jump conversion filter by CFFI for Python.")
 (define-public python-brotlicffi
   (package
     (name "python-brotlicffi")
-    (version "1.1.0.0")
+    (version "1.2.0.1")
     (source
      (origin
-       (method url-fetch)
-       (uri (pypi-uri "brotlicffi" version))
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/python-hyper/brotlicffi";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "04rw11qllb43si8g6gnliy41gavkna9hnc8mg7w46lchi6k2fy5p"))
+        (base32 "1jal6gz3crca61gnmxjl37dycak0rsj46kvyfqhkmc15s17f64rm"))
        (snippet
         #~(begin
             (use-modules (guix build utils))
@@ -495,8 +498,7 @@ Jump conversion filter by CFFI for Python.")
                    (format #f "open(~s)" brotli-version-source)))))))))
     (native-inputs
      (list python-pytest
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (inputs
      (list brotli))
     (propagated-inputs

Reply via email to