Put in earplugs

This commit is contained in:
nik gaffney 2024-01-17 11:30:27 +01:00
parent afc1c0b76a
commit 078fd33e00
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -40,7 +40,7 @@
(commit "endless"))) (commit "endless")))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256 (base32
"0409cxf5aqdskazz88j9r8csb92ngi3xj59dhagvfcjffgmkwvrl")))) "0j5qnz3zzs17qb9hxjjnwgba4sijm2ar8s1ba551f0v6jsidf29f"))))
(propagated-inputs (propagated-inputs
(list sudo dmidecode pciutils lshw)) (list sudo dmidecode pciutils lshw))
(build-system python-build-system) (build-system python-build-system)
@ -48,5 +48,5 @@
`(#:tests? #f)) `(#:tests? #f))
(home-page "https://github.com/zzkt/frameworkinfo") (home-page "https://github.com/zzkt/frameworkinfo")
(synopsis "Show hardware info for framework laptop.") (synopsis "Show hardware info for framework laptop.")
(description "") (description "Show information about hardware, BIOS, CPU and kernel version.")
(license license:gpl3+))) (license license:gpl3+)))