[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: zstd: Absorb grafted replacement.
From: |
guix-commits |
Subject: |
06/07: gnu: zstd: Absorb grafted replacement. |
Date: |
Sun, 7 Mar 2021 15:55:26 -0500 (EST) |
lfam pushed a commit to branch wip-next-release
in repository guix.
commit 724ca661ac14e8ed127e322df7a9ceb07aed39e4
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Mar 6 17:28:07 2021 -0500
gnu: zstd: Absorb grafted replacement.
* gnu/packages/compression.scm (zstd): Update to 1.4.9.
[replacement]: Remove field.
(zstd-1.4.9): Remove variable.
---
gnu/packages/compression.scm | 18 ++----------------
1 file changed, 2 insertions(+), 16 deletions(-)
diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index ee7f607..8ffff07 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1434,15 +1434,14 @@ or junctions, and always follows hard links.")
(define-public zstd
(package
(name "zstd")
- (version "1.4.4")
+ (version "1.4.9")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/facebook/zstd/releases/download/"
"v" version "/zstd-" version ".tar.gz"))
(sha256
- (base32 "05ckxap00qvc0j51d3ci38150cxsw82w7s9zgd5fgzspnzmp1vsr"))))
- (replacement zstd-1.4.9)
+ (base32 "14yj7309gsvg39rki4xqnd6w5idmqi0655v1fc0mk1m2kvhp9b19"))))
(build-system gnu-build-system)
(outputs '("out" ;1.2MiB executables and documentation
"lib" ;1.2MiB shared library and headers
@@ -1502,19 +1501,6 @@ speed.")
license:public-domain ; zlibWrapper/examples/fitblk*
license:zlib)))) ; zlibWrapper/{gz*.c,gzguts.h}
-(define-public zstd-1.4.9
- (package
- (inherit zstd)
- (name "zstd")
- (version "1.4.9")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/facebook/zstd/releases/download/"
- "v" version "/zstd-" version ".tar.gz"))
- (sha256
- (base32 "14yj7309gsvg39rki4xqnd6w5idmqi0655v1fc0mk1m2kvhp9b19"))))))
-
(define-public pzstd
(package
(name "pzstd")
- branch wip-next-release created (now 911e28f), guix-commits, 2021/03/07
- 03/07: gnu: OpenLDAP: Absorb grafted replacement., guix-commits, 2021/03/07
- 01/07: gnu: tzdata: Update to 2021a., guix-commits, 2021/03/07
- 04/07: gnu: Python: Absorb grafted replacement., guix-commits, 2021/03/07
- 02/07: gnu: postgresql: Absorb grafted replacement., guix-commits, 2021/03/07
- 05/07: gnu: Python 2: Absorb grafted replacement., guix-commits, 2021/03/07
- 07/07: gnu: Remove QT 4., guix-commits, 2021/03/07
- 06/07: gnu: zstd: Absorb grafted replacement.,
guix-commits <=