guix-commits
[Top][All Lists]
Advanced

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

27/36: gnu: btrfs-progs: Update to 5.14.1.


From: guix-commits
Subject: 27/36: gnu: btrfs-progs: Update to 5.14.1.
Date: Mon, 4 Oct 2021 07:44:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ecbe4ceff26d0947956810c85c8d4d02aa0cf12f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Oct 4 03:20:48 2021 +0200

    gnu: btrfs-progs: Update to 5.14.1.
    
    * gnu/packages/linux.scm (btrfs-progs): Update to 5.14.1.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/linux.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 2da5087..d46ba17 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5361,7 +5361,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.14")
+    (version "5.14.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5369,7 +5369,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0mwxhwws6scjjpfws5xp7988wwwfa46jp5y3kn6jjmjpxiqm85da"))))
+                "0ny5z3x8rqin0aci9qxpjc6dk5y0c1yvgk7353qnv92wai396jnm"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of the binaries in "out"
@@ -5380,8 +5380,7 @@ and copy/paste text in the console and in xterm.")
                       (substitute* "Makefile"
                         (("\\$\\(DESTDIR\\)\\$\\(udevruledir\\)")
                          (string-append (assoc-ref outputs "out")
-                                        "/lib/udev/rules.d")))
-                      #t))
+                                        "/lib/udev/rules.d")))))
                  (add-after 'build 'build-static
                    (lambda _ (invoke "make" "static")))
                  (add-after 'install 'install-bash-completion
@@ -5390,8 +5389,7 @@ and copy/paste text in the console and in xterm.")
                             (bashcomp (string-append out 
"/etc/bash_completion.d")))
                        (mkdir-p bashcomp)
                        (copy-file "btrfs-completion"
-                                  (string-append bashcomp "/btrfs"))
-                       #t)))
+                                  (string-append bashcomp "/btrfs")))))
                  (add-after 'install 'install-static
                    (let ((staticbin (string-append (assoc-ref %outputs 
"static")
                                                   "/bin")))



reply via email to

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