mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: xfce4-dict: Update to 0.8.8.
* gnu/packages/xfce.scm (xfce4-dict): Update to 0.8.8. Change-Id: I2d0bc7088533e8cc46fb81701ba37f09ba76c0a5
This commit is contained in:
parent
0daf8577ee
commit
5b4319d259
1 changed files with 2 additions and 2 deletions
|
@ -1213,7 +1213,7 @@ (define-public xfce4-terminal
|
|||
(define-public xfce4-dict
|
||||
(package
|
||||
(name "xfce4-dict")
|
||||
(version "0.8.6")
|
||||
(version "0.8.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/" name "/"
|
||||
|
@ -1221,7 +1221,7 @@ (define-public xfce4-dict
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0h8adjgb7126hafik7r1k9wr3g6d835ggsh8zj9k4k9mf35bfpdf"))))
|
||||
"05p9xbjzhqg2a13c9vsva854kpqjvzj4xjaj98bjrn3ns9wv030d"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list intltool pkg-config))
|
||||
|
|
Loading…
Reference in a new issue