mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: xfburn: Update to 0.5.5.
* gnu/packages/xfce.scm (xfburn): Update to 0.5.5.
This commit is contained in:
parent
c26d74dde6
commit
2504fd3794
1 changed files with 2 additions and 2 deletions
|
@ -912,7 +912,7 @@ (define-public xfce4-notifyd
|
|||
(define-public xfburn
|
||||
(package
|
||||
(name "xfburn")
|
||||
(version "0.5.4")
|
||||
(version "0.5.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://archive.xfce.org/src/apps/xfburn/"
|
||||
|
@ -920,7 +920,7 @@ (define-public xfburn
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xn1kwxa3dl5r9bfj90a5322ynkwbn6k5v9b3a3pbr3a23zm604s"))))
|
||||
"1qdd8prnsfilsprg36p95cz3z50ffr9kgvka4d5pm260lsl3l5xa"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("intltool" ,intltool)
|
||||
|
|
Loading…
Reference in a new issue