GNU bug report logs

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

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to sharlatanus@gmail.com, guix-patches@gnu.org:
bug#75006; Package guix-patches. (Sat, 21 Dec 2024 09:45:02 GMT) (full text, mbox, link).


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


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

From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: guix-patches@gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@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@gmail.com, guix-patches@gnu.org:
bug#75006; Package guix-patches. (Sat, 21 Dec 2024 09:47:01 GMT) (full text, mbox, link).


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

From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 75006@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@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





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 03:43:27 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.