[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/21: gnu: python-zstandard: Update to 0.15.2.
From: |
guix-commits |
Subject: |
10/21: gnu: python-zstandard: Update to 0.15.2. |
Date: |
Mon, 29 Mar 2021 19:03:28 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 3cf054e98391cb6e99b55afa2100e6233a7527b4
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Wed Mar 10 18:33:12 2021 +1100
gnu: python-zstandard: Update to 0.15.2.
* gnu/packages/python-compression.scm (python-zstandard): Update to 0.15.2.
---
gnu/packages/python-compression.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-compression.scm
b/gnu/packages/python-compression.scm
index 49a53d8..6d53883 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -347,13 +347,13 @@ wrapper. It provides a backport of the @code{Path}
object.")
(define-public python-zstandard
(package
(name "python-zstandard")
- (version "0.13.0")
+ (version "0.15.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "zstandard" version))
(sha256
- (base32 "0q9msi00s93iqm8vzd839r7yc51gz54z90h5bckqyjdxa6vxijz5"))))
+ (base32 "0by9z7nxnkzhmza075q6q91rs8lnpf91129k8ppv7kymbwshipjj"))))
(build-system python-build-system)
(native-inputs
`(("python-hypothesis" ,python-hypothesis)))
- branch wip-update-calibre created (now 792a8d0), guix-commits, 2021/03/29
- 04/21: gnu: python-pyqt: Fix build for new python-sip., guix-commits, 2021/03/29
- 07/21: gnu: Add python-pyannotate., guix-commits, 2021/03/29
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/03/29
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/03/29
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/03/29
- 02/21: gnu: Add python-pyqt-builder., guix-commits, 2021/03/29
- 03/21: gnu: Add python-pyqt5-sip., guix-commits, 2021/03/29
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/03/29
- 10/21: gnu: python-zstandard: Update to 0.15.2.,
guix-commits <=
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/03/29
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/03/29
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/03/29
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/03/29
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/03/29
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/03/29
- 16/21: gnu: Add python-pychm., guix-commits, 2021/03/29
- 18/21: gnu: python-html5lib: Depend on python-chardet., guix-commits, 2021/03/29
- 20/21: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/03/29