me
/
guix
Archived
1
0
Fork 0

gnu: os-prober: Update to 1.79.

* gnu/packages/bootloaders.scm (os-prober): Update to 1.79.
master
Tobias Geerinckx-Rice 2021-10-03 14:56:43 +02:00
parent ed14bc2984
commit 5d26e2ee2b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1073,14 +1073,14 @@ tools, and more.")
(define-public os-prober
(package
(name "os-prober")
(version "1.78")
(version "1.79")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://debian/pool/main/o/os-prober/os-prober_"
version ".tar.xz"))
(sha256
(base32 "1sahk72blsrlirly4xlwa8jfxrpwagyn7b81p92q2s9m218rz43f"))))
(base32 "1vhhk0bl2j4910513gn5h3z8nsaavyv3c8764bim2klc0xyk3rmb"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)