GNU bug report logs - #75006
[PATCH 0/1] gnu: dmidecode: Update to 3.6.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 21 Dec 2024 09:45:02 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75006 in the body.
You can then email your comments to 75006 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#75006; Package guix-patches. (Sat, 21 Dec 2024 09:45:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to sharlatanus <at> gmail.com, guix-patches <at> gnu.org. (Sat, 21 Dec 2024 09:45:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 0/1] gnu: dmidecode: Update to 3.6.
Date: Sat, 21 Dec 2024 12:43:42 +0300
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:

--8<---------------cut here---------------start------------->8---
$ ./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
--8<---------------cut here---------------end--------------->8---

- 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





Information forwarded to sharlatanus <at> gmail.com, guix-patches <at> gnu.org:
bug#75006; Package guix-patches. (Sat, 21 Dec 2024 09:47:01 GMT) Full text and rfc822 format available.

Message #8 received at 75006 <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75006 <at> debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH 1/1] gnu: dmidecode: Update to 3.6.
Date: Sat, 21 Dec 2024 12:45:28 +0300
* gnu/packages/admin.scm (dmidecode): Update to 3.6.

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

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





Reply sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
You have taken responsibility. (Thu, 26 Dec 2024 20:46:02 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Thu, 26 Dec 2024 20:46:02 GMT) Full text and rfc822 format available.

Message #13 received at 75006-done <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: 75006-done <at> debbugs.gnu.org
Subject: Re: [PATCH 0/1] gnu: dmidecode: Update to 3.6.
Date: Thu, 26 Dec 2024 23:44:37 +0300
[Message part 1 (text/plain, inline)]
Merged to the "master" branch as
8f24cefc2c8f91ab63bdf5f816ca49fa7adb43d7.

- avp

-- 
Artyom "avp" Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE  B57C E9C5 A2D9 0898 A02F
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 24 Jan 2025 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 149 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.