guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: btrfs-progs: Update to 5.1.1.


From: guix-commits
Subject: 01/01: gnu: btrfs-progs: Update to 5.1.1.
Date: Tue, 2 Jul 2019 09:52:23 -0400 (EDT)

rhelling pushed a commit to branch master
in repository guix.

commit 35a16f5f6d78f15309b8e8282f46887835db83e0
Author: Rutger Helling <address@hidden>
Date:   Tue Jul 2 13:45:16 2019 +0200

    gnu: btrfs-progs: Update to 5.1.1.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 5.1.1.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 72b62fa..b4407a5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3544,7 +3544,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.1")
+    (version "5.1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3552,7 +3552,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0dgh56pamav8wb9nmabjwdlpcazvqc9pgzwablxn77mqh0qrhkaq"))))
+                "06xybs7rglxjqkbzl2409acb3rgmnc5zc0xhyaxsc2p1x5yipfcw"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of the binaries in "out"



reply via email to

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