guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: cabextract: Update to 1.7.


From: Marius Bakke
Subject: 02/03: gnu: cabextract: Update to 1.7.
Date: Thu, 26 Jul 2018 11:35:15 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e0a98e7bd55a31974311e853f6751b90a4a82198
Author: Marius Bakke <address@hidden>
Date:   Thu Jul 26 17:28:35 2018 +0200

    gnu: cabextract: Update to 1.7.
    
    * gnu/packages/compression.scm (cabextract): Update to 1.7.
---
 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 5742d5e..5745f66 100644
--- a/gnu/packages/compression.scm
+++ b/gnu/packages/compression.scm
@@ -1023,13 +1023,13 @@ smaller than those produced by @code{Xdelta}.")
  (package
    (name "cabextract")
    (home-page "https://cabextract.org.uk/";)
-   (version "1.6")
+   (version "1.7")
    (source (origin
               (method url-fetch)
               (uri (string-append home-page name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1ysmmz25fjghq7mxb2anyyvr1ljxqxzi4piwjhk0sdamcnsn3rnf"))))
+                "1g86wmb8lkjiv2jarfz979ngbgg7d3si8x5il4g801604v406wi9"))))
     (build-system gnu-build-system)
     (arguments '(#:configure-flags '("--with-external-libmspack")))
     (native-inputs



reply via email to

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