gnu: libfm: Update to 1.3.0.2.

* gnu/packages/lxde.scm (libfm): Update to 1.3.0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2018-05-16 15:57:30 +02:00
parent b85c1858ac
commit e17af38f0a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
(define-public libfm
(package
(name "libfm")
(version "1.3.0")
(version "1.3.0.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pcmanfm/"
@ -56,7 +56,7 @@
"%29/LibFM/" name "-" version ".tar.xz"))
(sha256
(base32
"151jyy8ipmp2h829gd9s4s429qafv1zxl7j6zaj1k1gzm9s5rmnb"))))
"0wkwbi1nyvqza3r1dhrq846axiiq0fy0dqgngnagh76fjrwnzl0q"))))
(build-system gnu-build-system)
(inputs `(("glib" ,glib)
("gtk+" ,gtk+-2)))