janneke pushed a commit to branch core-packages-team-old in repository guix.
commit d15c58bb8215c3dd1a90551c79e42021ecbf4955 Author: Zheng Junjie <[email protected]> AuthorDate: Mon Mar 3 00:41:13 2025 +0800 gnu: hwdata: Update to 0.392. * gnu/packages/pciutils.scm (hwdata): Update to 0.392. Change-Id: I5d1142912b35b7e75bdbb265537d71b6b209eda5 --- gnu/packages/pciutils.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm index 08f1634113..e4e0289808 100644 --- a/gnu/packages/pciutils.scm +++ b/gnu/packages/pciutils.scm @@ -39,7 +39,7 @@ (define-public hwdata (package (name "hwdata") - (version "0.374") ;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 - "1fcmg06lfzqrpq4z4gp12qpk7rd3s0phz4qyhq39ks43r1vxiy26")))) + "1kp5gs2ld1a8mcq03w9s7kmwi9fq7s01pkll8namkh2rysh4yfqf")))) (build-system gnu-build-system) (arguments ;; Tests require pciutils, python, podman. Disable to avoid recursive dep.
