[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/17: gnu: wimlib: Update to 1.13.1.
From: |
guix-commits |
Subject: |
05/17: gnu: wimlib: Update to 1.13.1. |
Date: |
Sun, 19 May 2019 22:18:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 558d36e6bf4113771838811f2f0b2ce2ecf8f33f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon May 20 03:15:53 2019 +0200
gnu: wimlib: Update to 1.13.1.
* gnu/packages/backup.scm (wimlib): Update to 1.13.1.
---
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 b15c15a..fb5f047 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -675,14 +675,14 @@ changes are stored.")
(define-public wimlib
(package
(name "wimlib")
- (version "1.13.0")
+ (version "1.13.1")
(source (origin
(method url-fetch)
(uri (string-append "https://wimlib.net/downloads/"
"wimlib-" version ".tar.gz"))
(sha256
(base32
- "02wpsxjlw9vysj6x6q7kmvbcdkpvdzw201mmj5x0q670mapjrnai"))))
+ "0pxgrpr3dr81rcf2jh71aiiq3v4anc5sj1nld18f2vhvbijbrx27"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (f5557bd -> b8ae2e9), guix-commits, 2019/05/19
- 01/17: gnu: openconnect: Update to 8.03., guix-commits, 2019/05/19
- 03/17: gnu: Add acpi-call-linux-module., guix-commits, 2019/05/19
- 05/17: gnu: wimlib: Update to 1.13.1.,
guix-commits <=
- 04/17: gnu: Add tpacpi-bat., guix-commits, 2019/05/19
- 06/17: gnu: restic: Update to 0.9.5., guix-commits, 2019/05/19
- 02/17: gnu: Move Linux-Libre modules to their own section., guix-commits, 2019/05/19
- 12/17: gnu: tumbler: Update to 0.2.4., guix-commits, 2019/05/19
- 09/17: gnu: exo: Don't use NAME in source URI., guix-commits, 2019/05/19
- 16/17: gnu: s6: Update to 2.8.0.1., guix-commits, 2019/05/19
- 17/17: gnu: libu2f-host: Update to 1.1.10., guix-commits, 2019/05/19
- 07/17: gnu: exo: Update to 0.12.5., guix-commits, 2019/05/19
- 14/17: gnu: stunnel: Update to 5.54., guix-commits, 2019/05/19
- 13/17: gnu: tumbler: Don't use NAME in source URI., guix-commits, 2019/05/19