apteryx pushed a commit to branch wip-ipython-polyglossia in repository guix.
commit 954acdb4136a7cccd73d0fbb6cc94906ff385c39 Author: Maxim Cournoyer <[email protected]> AuthorDate: Tue Apr 19 15:37:03 2022 -0400 gnu: python-bitstruct: Update to 8.14.0. * gnu/packages/python-xyz.scm (python-bitstruct): Update to 8.14.0. --- 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 b8f763e960..89dba79c7f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2243,14 +2243,14 @@ for the standard @code{argparse} library.") (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")
