aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-11-19 23:47:04 +0100
committerLudovic Courtès <ludo@gnu.org>2013-11-19 23:47:04 +0100
commit8d9865df14abcd414ae415b2e44248c1ce7f54ae (patch)
tree8b019cdcd72348d094efbf5c3eeaf7babe14104b
parent4cec7feeee42c07a94e6f78e06bd08b0e07659de (diff)
downloadguix-8d9865df14abcd414ae415b2e44248c1ce7f54ae.tar.gz
guix-8d9865df14abcd414ae415b2e44248c1ce7f54ae.zip
gnu: autogen: Upgrade to 5.18.2.
* gnu/packages/autogen.scm (autogen): Upgrade to 5.18.2.
-rw-r--r--gnu/packages/autogen.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/autogen.scm b/gnu/packages/autogen.scm
index 3109c2bf0b..9615c1e065 100644
--- a/gnu/packages/autogen.scm
+++ b/gnu/packages/autogen.scm
@@ -28,7 +28,7 @@
(define-public autogen
(package
(name "autogen")
- (version "5.18.1")
+ (version "5.18.2")
(source
(origin
(method url-fetch)
@@ -37,7 +37,7 @@
version ".tar.gz"))
(sha256
(base32
- "0k0gkr5inr9wb3ws30q6bbiqg3qm3ryvl9cznym2xis4lm216d53"))))
+ "0s2021bwpq6h199cbbranz96hhm5s7v66lc68h8v198vqbg049yc"))))
(build-system gnu-build-system)
(inputs `(("which" ,which)
("guile" ,guile-2.0)))
n class='msg-avail'>...Ludovic Courtès 2019-03-07activation: Build account databases with (gnu build accounts)....Ludovic Courtès 2019-03-07activation: Operate on <user-account> and <user-group> records....Ludovic Courtès 2019-03-07system: Add (gnu system accounts)....Ludovic Courtès 2018-10-19system: Rename .zlogin to .zprofile....Chris Marusich 2018-07-23system: '.guile' skeleton now recommends 'guile-colorized'....Ludovic Courtès 2018-07-05Don't force colour in aliases....Tobias Geerinckx-Rice 2018-06-11system: Default .bashrc now sources /etc/bashrc....Ludovic Courtès 2018-04-04system: Add default '.nanorc' with syntax highlighting....Ludovic Courtès 2018-01-11Merge branch 'master' into core-updatesLeo Famulari 2018-01-09system: Extend .gdbinit to authorize extensions from /gnu/store/*/lib....Ludovic Courtès 2017-12-08gnu: guile: Move Readline support to a separate 'guile-readline' package....Ludovic Courtès 2017-11-01system: Return early in skeleton '.bashrc' when the shell is non-interactive....Marius Bakke 2017-11-01system: Test for interactive shell instead of `cat` in skeleton '.bashrc'....Marius Bakke 2017-07-27system: Add 'grep --color' alias in '.bash_profile' skeleton....Ludovic Courtès 2017-07-25system: Add a default '.guile' skeleton....Ludovic Courtès 2017-07-11system: Refer to native packages when appropriate....Ludovic Courtès 2017-05-03ui: Rename '_' to 'G_'....Ludovic Courtès 2017-02-01system: More 'file-append' instead of #~(string-append #$thing …)....Ludovic Courtès 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès