mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: eg25-manager: Update to 0.4.2.
* gnu/packages/firmware.scm (eg25-manager): Update to 0.4.2.
This commit is contained in:
parent
c18b9d3d4c
commit
e9f210a0d0
1 changed files with 2 additions and 2 deletions
|
@ -199,7 +199,7 @@ (define-public openfwwf-firmware
|
||||||
(define-public eg25-manager
|
(define-public eg25-manager
|
||||||
(package
|
(package
|
||||||
(name "eg25-manager")
|
(name "eg25-manager")
|
||||||
(version "0.4.1")
|
(version "0.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -208,7 +208,7 @@ (define-public eg25-manager
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h4c4ndcnh88jn65h1kycxkjrydwwwh3irkxvpaxb6ry4wpc45r0"))))
|
"1czq2yi852aqkdnrxdifzcq669bdvlm7j40xivxq77jq04fggpmf"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs (list curl
|
(native-inputs (list curl
|
||||||
`(,glib "bin") pkg-config))
|
`(,glib "bin") pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue