unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#75006] [PATCH 0/1] gnu: dmidecode: Update to 3.6.
@ 2024-12-21  9:43 Artyom V. Poptsov
  2024-12-21  9:45 ` [bug#75006] [PATCH 1/1] " Artyom V. Poptsov
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21  9:43 UTC (permalink / raw)
  To: 75006; +Cc: Artyom V. Poptsov, Sharlatan Hellseher

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [bug#75006] [PATCH 1/1] gnu: dmidecode: Update to 3.6.
  2024-12-21  9:43 [bug#75006] [PATCH 0/1] gnu: dmidecode: Update to 3.6 Artyom V. Poptsov
@ 2024-12-21  9:45 ` Artyom V. Poptsov
  0 siblings, 0 replies; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-12-21  9:45 UTC (permalink / raw)
  To: 75006; +Cc: Artyom V. Poptsov, Sharlatan Hellseher

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-12-21  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-21  9:43 [bug#75006] [PATCH 0/1] gnu: dmidecode: Update to 3.6 Artyom V. Poptsov
2024-12-21  9:45 ` [bug#75006] [PATCH 1/1] " Artyom V. Poptsov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).