diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-03-16 17:13:25 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-03-18 10:14:19 -0400 |
commit | f96cd7cea45ef751b47f6c8dd77a39647726f9ea (patch) | |
tree | cd9fa992c336525c000f9385331780e22bfb8b52 /gnu/packages/xfce.scm | |
parent | 912a81ff16fdd7376b2271f22384a35985ec9488 (diff) | |
download | patches-f96cd7cea45ef751b47f6c8dd77a39647726f9ea.tar patches-f96cd7cea45ef751b47f6c8dd77a39647726f9ea.tar.gz |
gnu: libxfce4ui: Update to 4.12.1.
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.12.1.
[source]: Update URL.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 97d6709c36..fbc5e401ca 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -148,15 +148,15 @@ storage system.") (define-public libxfce4ui (package (name "libxfce4ui") - (version "4.12.0") + (version "4.12.1") (source (origin (method url-fetch) - (uri (string-append "http://archive.xfce.org/xfce/" - (version-major+minor version) - "/src/" name "-" version ".tar.bz2")) + (uri (string-append "https://archive.xfce.org/src/xfce/" + name "/" (version-major+minor version) "/" + name "-" version ".tar.bz2")) (sha256 (base32 - "11rrhqxnfwx5jls3nlg9s2x8saag9f2zqk9cdm6hr3bs6cr9a781")))) + "0hzzhiiwmqsrbv17nninhs2x1b8ck0ym85jck2xphx5ypw8rhq9x")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) |