mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
30672e1327
commit
658c38d035
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue