guix-commits
[Top][All Lists]
Advanced

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

12/15: gnu: wimlib: Update to 1.13.5.


From: guix-commits
Subject: 12/15: gnu: wimlib: Update to 1.13.5.
Date: Wed, 5 Jan 2022 23:23:50 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 4f488fb545430489a610d420368f712fdf9ae8e2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jan 6 00:19:57 2022 +0100

    gnu: wimlib: Update to 1.13.5.
    
    * gnu/packages/backup.scm (wimlib): Update to 1.13.5.
---
 gnu/packages/backup.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index c7b29fe75c..eb9783b49d 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -749,14 +749,14 @@ to not fully trusted targets.  Borg is a fork of Attic.")
 (define-public wimlib
   (package
     (name "wimlib")
-    (version "1.13.4")
+    (version "1.13.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wimlib.net/downloads/";
                                   "wimlib-" version ".tar.gz"))
               (sha256
                (base32
-                "04ny5s5z05gk6davbwkjkraan781k2xzw6kjwp75h6ncv45dv1sb"))))
+                "08z3xxm5hq1n4wmyhgz14p1cv0w2lx610vn8nhfwpds4n7lwkz1j"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))



reply via email to

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