GNU bug report logs -
#34845
[PATCH 00/30] Update LXQt to 0.14.1.
Previous Next
Reported by: Meiyo Peng <meiyo <at> riseup.net>
Date: Wed, 13 Mar 2019 14:51:03 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/lxde.scm (libfm): Update to 1.3.1.
---
gnu/packages/lxde.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index b4ad9b9a8b..ea099b0f3b 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -56,7 +56,7 @@
(define-public libfm
(package
(name "libfm")
- (version "1.3.0.2")
+ (version "1.3.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/pcmanfm/"
@@ -64,7 +64,7 @@
"%29/LibFM/" name "-" version ".tar.xz"))
(sha256
(base32
- "0wkwbi1nyvqza3r1dhrq846axiiq0fy0dqgngnagh76fjrwnzl0q"))))
+ "1r6gl49xrykldwz8y4h2s7gjarxigg3bbkrj0gphxjj1vr5j9ccn"))))
(build-system gnu-build-system)
(inputs `(("glib" ,glib)
("gtk+" ,gtk+-2)))
--
2.21.0
This bug report was last modified 6 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.