gnu: libfm: Update to 1.3.0.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 26 Apr 2018 22:32:05 +0000 (00:32 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Fri, 27 Apr 2018 00:56:43 +0000 (02:56 +0200)
* gnu/packages/lxde.scm (libfm): Update to 1.3.0.

gnu/packages/lxde.scm

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