Message ID | 20190317144109.12096-1-kkebreau@posteo.net |
---|---|
State | Accepted |
Commit | 912a81ff16fdd7376b2271f22384a35985ec9488 |
Headers | show |
Series | [bug#34895,01/18] gnu: xfconf: Update to 4.12.1. | expand |
Context | Check | Description |
---|---|---|
cbaines/applying patch | success | Successfully applied |
On Sun, Mar 17, 2019 at 10:41:09AM -0400, Kei Kebreau wrote: > * gnu/packages/xfce.scm (xfconf): Update to 4.12.1. > [source]: Update URL. Thanks Kei! The whole patch series looks good to me. Please push, assuming it will not trigger too many rebuilds :)
Leo Famulari <leo@famulari.name> writes: > On Sun, Mar 17, 2019 at 10:41:09AM -0400, Kei Kebreau wrote: >> * gnu/packages/xfce.scm (xfconf): Update to 4.12.1. >> [source]: Update URL. > > Thanks Kei! The whole patch series looks good to me. Please push, > assuming it will not trigger too many rebuilds :) Thanks for the review! I've pushed, as it looks like it will only cause about 2 dozen rebuilds.
This series LGTM!
Danny Milosavljevic <dannym@scratchpost.org> writes:
> This series LGTM!
I pushed this about a week ago, but thanks anyway!
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index b47fe5d301..7c4df4964c 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -104,15 +104,15 @@ Xfce Desktop Environment.") (define-public xfconf (package (name "xfconf") - (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 - "0mmi0g30aln3x98y5p507g17pipq0dj0bwypshan8cq5hkmfl44r")))) + "0dns190bwb615wy9ma2654sw4vz1d0rcv061zmaalkv9wmj8bx1m")))) (build-system gnu-build-system) (arguments '(#:phases