guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: ndctl: Update to 72.1.


From: guix-commits
Subject: 02/15: gnu: ndctl: Update to 72.1.
Date: Thu, 6 Jan 2022 20:47:55 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit bb61093b20e144f7da4036d1840d594104312feb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 23:53:01 2022 +0100

    gnu: ndctl: Update to 72.1.
    
    * gnu/packages/disk.scm (ndctl): Update to 72.1.
    [arguments]: Remove obsolete 'fix-include phase.
---
 gnu/packages/disk.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 9c25d940eb..8e8ecfcc1d 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -812,7 +812,7 @@ passphrases.")
 (define-public ndctl
   (package
     (name "ndctl")
-    (version "72")
+    (version "72.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -821,7 +821,7 @@ passphrases.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1m9kmzqqy395p2zmcaspw2q5ailagi1xy47hkvjp3lfp48zcrpbi"))))
+                "1lvrhlad5n43bal053ihgbwr1k4ka2kscrjwr9rs5xnf2vy7204v"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags
@@ -829,10 +829,6 @@ passphrases.")
                    "--without-systemd")
            #:phases
            #~(modify-phases %standard-phases
-               (add-after 'unpack 'fix-include
-                 (lambda _
-                   (substitute* "util/parse-configs.c"
-                     (("iniparser/") ""))))
                (add-after 'unpack 'fix-version
                  ;; Our VERSION's always better than the build's poor guess.
                  (lambda _



reply via email to

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