mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: piper: Update to 0.5.
* gnu/packages/gnome.scm (piper): Update to 0.5.
This commit is contained in:
parent
38ebe227b7
commit
73014984bb
1 changed files with 2 additions and 2 deletions
|
@ -10153,7 +10153,7 @@ (define-public libratbag
|
|||
(define-public piper
|
||||
(package
|
||||
(name "piper")
|
||||
(version "0.4")
|
||||
(version "0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10161,7 +10161,7 @@ (define-public piper
|
|||
(url "https://github.com/libratbag/piper.git")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "17h06j8lxpbfygq8fzycl7lml4vv7r05bsyhh3gga2hp0zms4mvg"))))
|
||||
(base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("gettext" ,gettext-minimal)
|
||||
|
|
Loading…
Reference in a new issue