[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: ndctl: Update to 78.
From: |
guix-commits |
Subject: |
04/07: gnu: ndctl: Update to 78. |
Date: |
Fri, 4 Aug 2023 19:24:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8b8944a4d2e208321ed8ded653d786885950800a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 23 02:00:00 2023 +0200
gnu: ndctl: Update to 78.
* gnu/packages/disk.scm (ndctl): Update to 78.
[inputs]: Add libtraceevent & libtracefs.
---
gnu/packages/disk.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index bb68b171f9..fab35850f5 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -968,7 +968,7 @@ passphrases.")
(define-public ndctl
(package
(name "ndctl")
- (version "75")
+ (version "78")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -977,7 +977,7 @@ passphrases.")
(file-name (git-file-name name version))
(sha256
(base32
- "0i3fmda285qnwnmkxzwji5ffz123yrq9dpcwzg922qpysir7zq40"))))
+ "0rhmxjajxxslsikixlf9cdg5vcn42h7zzqkqj5p5pshxch368kn0"))))
(build-system meson-build-system)
(arguments
;; The test suite runs but SKIPs all tests: do not consider this tested!
@@ -1020,6 +1020,8 @@ passphrases.")
json-c
keyutils
kmod
+ libtraceevent
+ libtracefs
`(,util-linux "lib")))
(home-page "https://github.com/pmem/ndctl")
(synopsis "Manage the non-volatile memory device sub-system in the Linux
kernel")
- branch master updated (17fadbb5ea -> 42ae42cf41), guix-commits, 2023/08/04
- 04/07: gnu: ndctl: Update to 78.,
guix-commits <=
- 01/07: gnu: diffoscope: Update to 247., guix-commits, 2023/08/04
- 03/07: gnu: libtraceevent: Tweak description., guix-commits, 2023/08/04
- 06/07: gnu: reprotest: Update to 0.7.26., guix-commits, 2023/08/04
- 05/07: gnu: sudo: Update to 1.9.14p3., guix-commits, 2023/08/04
- 02/07: gnu: Add libtracefs., guix-commits, 2023/08/04
- 07/07: gnu: tlpui: Fix build., guix-commits, 2023/08/04