mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: plymouth: Update to 22.02.122.
* gnu/packages/freedesktop.scm (plymouth): Update to 22.02.122.
This commit is contained in:
parent
c169a4f0fb
commit
8c0c223fab
1 changed files with 2 additions and 2 deletions
|
@ -2221,7 +2221,7 @@ (define-public udiskie
|
||||||
(define-public plymouth
|
(define-public plymouth
|
||||||
(package
|
(package
|
||||||
(name "plymouth")
|
(name "plymouth")
|
||||||
(version "0.9.5")
|
(version "22.02.122")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2229,7 +2229,7 @@ (define-public plymouth
|
||||||
"plymouth/releases/" name "-" version ".tar.xz"))
|
"plymouth/releases/" name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11nfgw8yzmdbnbmyd1zfvhj4qh19w1nw0nraai08628x6mzjbbpc"))))
|
"1sysx8s7w870iawk5qlaq44x4cfqfinasiy4d3l3q0r14925218h"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue