diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-19 15:37:03 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-12 12:46:00 -0400 |
commit | 54f67e382e1ed21c6efb9541fe7dadc5c46e5f09 (patch) | |
tree | 3f39a364fd5c37bf64c849601e2f335d6da8e6f6 | |
parent | 2380d68227fbd87a0222f0de51fdd81904b8ddf4 (diff) | |
download | guix-54f67e382e1ed21c6efb9541fe7dadc5c46e5f09.tar guix-54f67e382e1ed21c6efb9541fe7dadc5c46e5f09.tar.gz |
gnu: python-bitstruct: Update to 8.14.0.
* gnu/packages/python-xyz.scm (python-bitstruct): Update to 8.14.0.
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index e52178debb..a0642bdfab 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -2255,14 +2255,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") |