all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45366] [PATCH] gnu: zstd: Update to 1.4.8.
@ 2020-12-22 11:25 Greg Hogan
  2020-12-22 19:48 ` bug#45366: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2020-12-22 11:25 UTC (permalink / raw)
  To: 45366


[-- Attachment #1.1: Type: text/plain, Size: 1297 bytes --]

For the core-updates branch.

From 797ee2d910ff6945f3ec494dd750bec587d34b45 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 17 Dec 2020 19:38:13 +0000
Subject: [PATCH] gnu: zstd: Update to 1.4.8.

* gnu/packages/compression.scm (zstd): Update to 1.4.8.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 152b9139a8..c348c29d44 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1390,14 +1390,14 @@ or junctions, and always follows hard links.")
 (define-public zstd
   (package
     (name "zstd")
-    (version "1.4.5")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "
https://github.com/facebook/zstd/releases/download/"
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "17nf0r20360i80689bg5ipxbk2413b2dn3z7wj8byqpiddy1rscq"))))
+        (base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
     (build-system gnu-build-system)
     (outputs '("out"                    ;1.2MiB executables and
documentation
                "lib"                    ;1.2MiB shared library and headers
-- 
2.29.2

[-- Attachment #1.2: Type: text/html, Size: 2020 bytes --]

[-- Attachment #2: 0001-gnu-zstd-Update-to-1.4.8.patch --]
[-- Type: application/octet-stream, Size: 1267 bytes --]

From 797ee2d910ff6945f3ec494dd750bec587d34b45 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@greghogan.com>
Date: Thu, 17 Dec 2020 19:38:13 +0000
Subject: [PATCH] gnu: zstd: Update to 1.4.8.

* gnu/packages/compression.scm (zstd): Update to 1.4.8.
---
 gnu/packages/compression.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/compression.scm b/gnu/packages/compression.scm
index 152b9139a8..c348c29d44 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1390,14 +1390,14 @@ or junctions, and always follows hard links.")
 (define-public zstd
   (package
     (name "zstd")
-    (version "1.4.5")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/facebook/zstd/releases/download/"
                            "v" version "/zstd-" version ".tar.gz"))
        (sha256
-        (base32 "17nf0r20360i80689bg5ipxbk2413b2dn3z7wj8byqpiddy1rscq"))))
+        (base32 "094zqsj92iwz8glpgxjw96c43ib7adpjg5nm1082200mrabq4irj"))))
     (build-system gnu-build-system)
     (outputs '("out"                    ;1.2MiB executables and documentation
                "lib"                    ;1.2MiB shared library and headers
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45366: [PATCH] gnu: zstd: Update to 1.4.8.
  2020-12-22 11:25 [bug#45366] [PATCH] gnu: zstd: Update to 1.4.8 Greg Hogan
@ 2020-12-22 19:48 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-22 19:48 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 45366-done

On Tue, Dec 22, 2020 at 06:25:21AM -0500, Greg Hogan wrote:
> For the core-updates branch.
> 
> From 797ee2d910ff6945f3ec494dd750bec587d34b45 Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@greghogan.com>
> Date: Thu, 17 Dec 2020 19:38:13 +0000
> Subject: [PATCH] gnu: zstd: Update to 1.4.8.
> 
> * gnu/packages/compression.scm (zstd): Update to 1.4.8.

Thanks! Pushed as 959a397d220ad49b5193feb84b036220313fb9c7




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-22 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-22 11:25 [bug#45366] [PATCH] gnu: zstd: Update to 1.4.8 Greg Hogan
2020-12-22 19:48 ` bug#45366: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.