[PATCH 0/1] gnu: dmidecode: Update to 3.6.

  • Open
  • quality assurance status badge
Details
One participant
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

A
A
Artyom V. Poptsov wrote 8 hours ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
cover.1734774061.git.poptsov.artyom@gmail.com
This patch updates "dmidecode" to the version 3.6.

I've tried to build the first-tier dependents of the package and everything
builds fine:

Toggle snippet (14 lines)
$ ./pre-inst-env guix build -P1 dmidecode
[...]
/gnu/store/3a0yb4a0dfdlj38wj55n7bijaz7f9ff8-dmidecode-3.6
/gnu/store/a0ifklb4r44f4w7ry3gvr5aqqy3c4d48-facter-4.4.1
/gnu/store/s9sqyblm7x3nfzm2w2nxrdz9flkm4llp-inxi-3.3.31-2
/gnu/store/yw53qrg0cpccs4kaapfj232c1sqgmx7j-nwipe-0.36
/gnu/store/m567m5mm6d78vc7izrk3g37whnv85wyy-flashrom-1.3.0
/gnu/store/5hq29gr4jjn9k1x3xibb1hg6jipdy2i1-hw-probe-1.6.5
/gnu/store/6l2k175a5nd8v0jjbiaffhnrcs2glvsm-kinfocenter-6.1.4
/gnu/store/njbh8qznkkkg996n6q9nf0sklm25l113-nbfc-linux-0.1.7-0.4c2b75e
/gnu/store/8fmaj8g11i64is7b8x63xcmmaxn53icr-rasdaemon-0.8.0
/gnu/store/s71ygf1i04bpykgc0cmn6bw3gcy3l5q4-libvirt-8.6.0

- avp

Artyom V. Poptsov (1):
gnu: dmidecode: Update to 3.6.

gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: cf3f3dc056fcc91156ce5117dffd247d229003ba
--
2.46.0
A
A
Artyom V. Poptsov wrote 8 hours ago
[PATCH 1/1] gnu: dmidecode: Update to 3.6.
(address . 75006@debbugs.gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
f39ee068992477f7e364645494ce940bc6324102.1734774061.git.poptsov.artyom@gmail.com
* gnu/packages/admin.scm (dmidecode): Update to 3.6.

Change-Id: If9ba9df3b6e7d8de31d0dd6c046757ba79c22695
---
gnu/packages/admin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 66d0bf30d8..951683af4c 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2558,14 +2558,14 @@ (define-public wakelan
(define-public dmidecode
(package
(name "dmidecode")
- (version "3.5")
+ (version "3.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://savannah/dmidecode/dmidecode-"
version ".tar.xz"))
(sha256
- (base32 "0wy0khw02sr59f43fdahh6as1xc3jv7n8abj59p1j9cfxqsngmvr"))))
+ (base32 "1blbvmsxba71fmjxckh0cn7x68kim7qlx6ilv0df7brxxkrna374"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #f ; no 'check' target
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75006@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75006
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch