gnu: python-fastbencode: Update to 0.3.1.

* gnu/packages/python-xyz.scm (python-fastbencode): Update to 0.3.1.

Change-Id: Id7ba89ed989f0e89e97f9f5f6c779f1f7a03d27e
This commit is contained in:
jgart 2024-08-17 13:43:47 -05:00
parent 30672e1327
commit 658c38d035
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -17156,7 +17156,7 @@ (define-public python-json-spec
(define-public python-fastbencode (define-public python-fastbencode
(package (package
(name "python-fastbencode") (name "python-fastbencode")
(version "0.0.7") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -17165,7 +17165,7 @@ (define-public python-fastbencode
;; Delete pre-generated Cython C files. ;; Delete pre-generated Cython C files.
(snippet '(for-each delete-file (find-files "." "\\.c$"))) (snippet '(for-each delete-file (find-files "." "\\.c$")))
(sha256 (sha256
(base32 "1r66w3vpmvfmssshjpgqaj2m14c8p94nymr96mwn61idajz9mg5n")))) (base32 "15x1in22gwam7wwga5lbj1pd8hc9jk741pia3pv1m29n2xywpq2z"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (list python-cython)) (native-inputs (list python-cython))
(home-page "https://github.com/breezy-team/fastbencode") (home-page "https://github.com/breezy-team/fastbencode")