[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
182/232: gnu: python-bitstruct: Update to 8.14.0.
From: |
guix-commits |
Subject: |
182/232: gnu: python-bitstruct: Update to 8.14.0. |
Date: |
Sun, 24 Apr 2022 23:59:10 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 954acdb4136a7cccd73d0fbb6cc94906ff385c39
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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")
- 96/232: gnu: Add python-pydevd., (continued)
- 96/232: gnu: Add python-pydevd., guix-commits, 2022/04/24
- 138/232: gnu: Add python-cbor2., guix-commits, 2022/04/24
- 139/232: gnu: python-httpcore: Update to 0.14.7 and enable tests., guix-commits, 2022/04/24
- 140/232: gnu: Add python-httpcore-bootstrap., guix-commits, 2022/04/24
- 155/232: gnu: python-numpy: Update to 1.21.6 and parallelize build/tests., guix-commits, 2022/04/24
- 157/232: gnu: python-numba: Update to 0.55.1., guix-commits, 2022/04/24
- 161/232: gnu: python-pynndescent: Update to 0.5.6., guix-commits, 2022/04/24
- 168/232: gnu: python-jupyter-kernel-mgmt: Update to 0.5.1 and disable tests., guix-commits, 2022/04/24
- 174/232: gnu: conan: Update to 1.47.0 and relax PyYAML requirement., guix-commits, 2022/04/24
- 179/232: gnu: python-kombu: Update to 5.2.4., guix-commits, 2022/04/24
- 182/232: gnu: python-bitstruct: Update to 8.14.0.,
guix-commits <=
- 187/232: gnu: Add python-pyyaml-env-tag., guix-commits, 2022/04/24
- 197/232: gnu: Remove python-orator due to being broken and unmaintained., guix-commits, 2022/04/24
- 200/232: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 199/232: gnu: weasyprint: Update to 54.3., guix-commits, 2022/04/24
- 203/232: gnu: setzer: Add python-wrapper to fix build., guix-commits, 2022/04/24
- 209/232: gnu: python-flask-login: Update to 0.6.0., guix-commits, 2022/04/24
- 210/232: snippets: Add a 'remove' snippet., guix-commits, 2022/04/24
- 211/232: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/04/24
- 217/232: gnu: python-sphinx-click: Update to 4.0.3 and enable tests., guix-commits, 2022/04/24
- 220/232: gnu: python-sphinx-argparse: Update to 0.3.1., guix-commits, 2022/04/24