summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-03-03 00:41:13 +0800
committerAndreas Enge <andreas@enge.fr>2025-07-18 20:17:30 +0200
commitfe00fe8f819af4fe79fbebec61cdfa19d2549845 (patch)
treefca58f27e958763b2331c92425820af7863f97e6 /gnu
parent93d9cd7c22546b0e968c24834b515bec1e4af963 (diff)
gnu: hwdata: Update to 0.392.
* gnu/packages/pciutils.scm (hwdata): Update to 0.392. Change-Id: I5d1142912b35b7e75bdbb265537d71b6b209eda5
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/pciutils.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm
index 00289d052c0..e4e0289808c 100644
--- a/gnu/packages/pciutils.scm
+++ b/gnu/packages/pciutils.scm
@@ -39,7 +39,7 @@
(define-public hwdata
(package
(name "hwdata")
- (version "0.391") ;updated monthly
+ (version "0.392") ;updated monthly
(source (origin
(method git-fetch)
(uri (git-reference
@@ -48,7 +48,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1shz7fayni7jxyz3i6d304mjh5cld88pj0rv85r804y23w5x8p8q"))))
+ "1kp5gs2ld1a8mcq03w9s7kmwi9fq7s01pkll8namkh2rysh4yfqf"))))
(build-system gnu-build-system)
(arguments
;; Tests require pciutils, python, podman. Disable to avoid recursive dep.