diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-16 15:57:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-05-17 01:02:00 +0200 |
commit | e17af38f0a79aacfa22fd10bed369689b5553cbd (patch) | |
tree | eb6d45c5568fce298bd245108d9c5e8d330b0d29 /gnu | |
parent | b85c1858ac7f3cc9ab9ee9ef22426d85de1dcded (diff) | |
download | guix-e17af38f0a79aacfa22fd10bed369689b5553cbd.tar guix-e17af38f0a79aacfa22fd10bed369689b5553cbd.tar.gz |
gnu: libfm: Update to 1.3.0.2.
* gnu/packages/lxde.scm (libfm): Update to 1.3.0.2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lxde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 67e66f8f6b..b62cb1f141 100644 --- a/gnu/packages/lxde.scm +++ b/gnu/packages/lxde.scm @@ -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))) |