gnu: parole: Update to 4.18.1.
* gnu/packages/xfce.scm (parole): Update to 4.18.1. Change-Id: I308b19b47c20d35765cf7e03a49a88978734868f
This commit is contained in:
parent
e87845ee2d
commit
b876f3e130
1 changed files with 2 additions and 2 deletions
|
@ -1035,7 +1035,7 @@ local and remote file systems and manage bookmarks of such.")
|
||||||
(define-public parole
|
(define-public parole
|
||||||
(package
|
(package
|
||||||
(name "parole")
|
(name "parole")
|
||||||
(version "4.18.0")
|
(version "4.18.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
|
@ -1043,7 +1043,7 @@ local and remote file systems and manage bookmarks of such.")
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w9p9zf87pnpl44bay8srrsczscxpmbsriwzqzv31gis9ny2zrdv"))))
|
"0rjsqm582c8i3lyi1n2ghp638cr0chw358i05g7njbw1hjj68wqc"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue