diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 12:58:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-20 16:35:55 +0200 |
commit | c85626bb0f614b96074393376bebfb9a0c6d7903 (patch) | |
tree | f13a259928d8a39b655ef2de5b869c039b6be49f /gnu | |
parent | bc2f9dc3cec7f7523249f6da29fba75880f71e6f (diff) | |
download | guix-c85626bb0f614b96074393376bebfb9a0c6d7903.tar.gz |
gnu: xpad: Update to 5.1.0.
* gnu/packages/gnome.scm (xpad): Update to 5.1.0. [arguments]: Remove obsolete ‘run-autogen’ phase.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index f842c4bc79..13eb41e055 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -6708,7 +6708,7 @@ is suitable as a default application in a Desktop environment.") (define-public xpad (package (name "xpad") - (version "5.0.0") + (version "5.1.0") (source (origin (method url-fetch) @@ -6717,14 +6717,8 @@ is suitable as a default application in a Desktop environment.") name "-" version ".tar.bz2")) (sha256 (base32 - "02yikxg6z9bwla09ka001ppjlpbv5kbza3za9asazm5aiz376mkb")))) + "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3")))) (build-system gnu-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'run-autogen - (lambda _ - (system* "sh" "autogen.sh")))))) (native-inputs `(("autoconf" ,autoconf) ("automake" ,automake) |