mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: python-bitstruct: Update to 8.14.0.
* gnu/packages/python-xyz.scm (python-bitstruct): Update to 8.14.0.
This commit is contained in:
parent
2380d68227
commit
54f67e382e
1 changed files with 2 additions and 2 deletions
|
@ -2255,14 +2255,14 @@ (define-public python-argparse-addons
|
|||
(define-public python-bitstruct
|
||||
(package
|
||||
(name "python-bitstruct")
|
||||
(version "8.9.0")
|
||||
(version "8.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "bitstruct" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fpc1qh1vss05ap29xvhjp200fm0q4pvgcjl0qpryh7ay6xgr5vx"))))
|
||||
"149c73yrqbph71bbyf925r2mbh2jdymqxc6d49lnylpiflf1j313"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/eerimoq/bitstruct")
|
||||
(synopsis "Python values to and C bit field structs converter")
|
||||
|
|
Loading…
Reference in a new issue