andreas pushed a commit to branch core-packages-team in repository guix. commit 25ad2bb89926f5f1105d4e78a611aeb530daa52a Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Mar 3 10:14:14 2025 +0800
gnu: pciutils: Update to 3.13.0. * gnu/packages/pciutils.scm (pciutils): Update to 3.13.0. [source]: Add pciutils-hurd64.patch. [arguments]<#:phase>: Remove apply-hurd64-patch phase. Change-Id: I58c4af801a748d982aac54a2b6f6d78d4efa5378 --- gnu/packages/pciutils.scm | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/gnu/packages/pciutils.scm b/gnu/packages/pciutils.scm index e4e0289808..47700f5fea 100644 --- a/gnu/packages/pciutils.scm +++ b/gnu/packages/pciutils.scm @@ -70,7 +70,7 @@ Each database is contained in a specific package output, such as the (define-public pciutils (package (name "pciutils") - (version "3.8.0") + (version "3.13.0") (source (origin (method url-fetch) (uri (string-append @@ -78,7 +78,8 @@ Each database is contained in a specific package output, such as the version ".tar.xz")) (sha256 (base32 - "01aglgw9ds9qiswcbi2lx90lswncikrlyv8mmp4haix8542bvvci")))) + "09j9rfjaw2ahdwvvlp7ldjgn522pbbqhh0zm396n60l555w1zwbp")) + (patches (search-patches "pciutils-hurd64.patch")))) (build-system gnu-build-system) (arguments (list @@ -89,14 +90,6 @@ Each database is contained in a specific package output, such as the (copy-file (search-input-file (or native-inputs inputs) "share/hwdata/pci.ids") "pci.ids"))) - #$@(if (target-hurd64?) - #~((add-after 'unpack 'apply-hurd64-patch - (lambda _ - (let ((patch-file - #$(local-file - (search-patch "pciutils-hurd64.patch")))) - (invoke "patch" "--force" "-p1" "-i" patch-file))))) - #~()) (replace 'configure (lambda* (#:key outputs #:allow-other-keys) ;; There's no 'configure' script, just a raw makefile.