summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-09 23:33:42 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-10 13:26:50 +0100
commite1ca60da441cc12aa23d925c8d2304f7762105e3 (patch)
tree335760181c5b17813dd95e5e0e51000068e22ef3 /gnu
parent38122fa34fcf807f457ad3bbaf0ec395fb123577 (diff)
gnu: ndctl: Update to 84.
* gnu/packages/disk.scm (ndctl): Update to 84. Change-Id: I0f1008d3b7c04bc611cc670417c5945b8b2d7000
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/disk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index ab3a1e78aa0..b12de4af3e3 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1231,7 +1231,7 @@ passphrases.")
1231(define-public ndctl 1231(define-public ndctl
1232 (package 1232 (package
1233 (name "ndctl") 1233 (name "ndctl")
1234 (version "78") 1234 (version "84")
1235 (source (origin 1235 (source (origin
1236 (method git-fetch) 1236 (method git-fetch)
1237 (uri (git-reference 1237 (uri (git-reference
@@ -1240,7 +1240,7 @@ passphrases.")
1240 (file-name (git-file-name name version)) 1240 (file-name (git-file-name name version))
1241 (sha256 1241 (sha256
1242 (base32 1242 (base32
1243 "0rhmxjajxxslsikixlf9cdg5vcn42h7zzqkqj5p5pshxch368kn0")))) 1243 "0jal7w4mk5l5j0qfays27kya8n1h2qwkncl0s317rfxp56bkjp6y"))))
1244 (build-system meson-build-system) 1244 (build-system meson-build-system)
1245 (arguments 1245 (arguments
1246 ;; The test suite runs but SKIPs all tests: do not consider this tested! 1246 ;; The test suite runs but SKIPs all tests: do not consider this tested!