mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: pcmanfm: Update to 1.3.2.
* gnu/packages/lxde.scm (pcmanfm): Update to 1.3.2.
This commit is contained in:
parent
242db52729
commit
ebbe856516
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ (define-public menu-cache
|
|||
(define-public pcmanfm
|
||||
(package
|
||||
(name "pcmanfm")
|
||||
(version "1.3.1")
|
||||
(version "1.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/pcmanfm/"
|
||||
|
@ -243,7 +243,7 @@ (define-public pcmanfm
|
|||
"%29/PCManFM/pcmanfm-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mb8hg76x1z0szdyl0w7jpz0bdblc6a29is1vvnh79z37qxh8138"))))
|
||||
"1xqc2k2jh165mm81xg0ghxx0ml1s3rhh4ndvbzkcri4kfhj7pjql"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("gtk+" ,gtk+-2)
|
||||
("gvfs" ,gvfs) ; for trash and mount support
|
||||
|
|
Loading…
Reference in a new issue