guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/23: gnu: python-pyzstd: Update to 0.15.9.


From: guix-commits
Subject: 10/23: gnu: python-pyzstd: Update to 0.15.9.
Date: Thu, 20 Jul 2023 17:05:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2cce0f10de472ed1ae0f8553a20ddfdfb88242f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: python-pyzstd: Update to 0.15.9.
    
    * gnu/packages/python-compression.scm (python-pyzstd): Update to 0.15.9.
---
 gnu/packages/python-compression.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-compression.scm 
b/gnu/packages/python-compression.scm
index e1275158c0..6adb1cd757 100644
--- a/gnu/packages/python-compression.scm
+++ b/gnu/packages/python-compression.scm
@@ -562,18 +562,16 @@ provided.")
 (define-public python-pyzstd
   (package
     (name "python-pyzstd")
-    (version "0.15.3")
+    (version "0.15.9")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pyzstd" version))
        (sha256
-        (base32
-         "0wkli2i4my79l43b996bdga0fac8s8nfd1zjyzl46lwmsfsxlkmc"))))
+        (base32 "1iycfmif15v1jhv0gsza1hyd1hn3sz0vn9s1y79abzv8axndxzfb"))))
     (build-system python-build-system)
     (home-page "https://github.com/animalize/pyzstd";)
     (synopsis "Zstandard bindings for Python")
-    (description "This package provides Python bindings to the
-Zstandard (zstd)
+    (description "This package provides Python bindings to the Zstandard (zstd)
 compression library.  The API is similar to Python's bz2/lzma/zlib module.")
     (license license:bsd-3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]