diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-24 23:44:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-25 00:39:38 +0200 |
commit | 45e590d74a4531b1fd0823f20734be3fa91dd24e (patch) | |
tree | 32d0190bbcbec2812ae07a48fd8db34016958acd /gnu/packages/readline.scm | |
parent | fb0e5874ec70db1e135e74bdcaf56146de45133d (diff) |
gnu: rlwrap: Update to 0.45.2.
* gnu/packages/readline.scm (rlwrap): Update to 0.45.2.
Diffstat (limited to 'gnu/packages/readline.scm')
-rw-r--r-- | gnu/packages/readline.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/readline.scm b/gnu/packages/readline.scm index d8d333e587..c7db9e611d 100644 --- a/gnu/packages/readline.scm +++ b/gnu/packages/readline.scm @@ -146,7 +146,7 @@ comfortable for anyone.") (define-public rlwrap (package (name "rlwrap") - (version "0.45.1") + (version "0.45.2") (source (origin (method git-fetch) @@ -155,7 +155,7 @@ comfortable for anyone.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0shf59mkql584a0p449psnbr26bfik5pizg4vsa75g4gbi6mn4r7")))) + (base32 "1irlcdvj1ddxkfzwa7l2djxgp5xbqch9vaajk2s32x1h5cxl1f5r")))) (build-system gnu-build-system) (native-inputs `(("autoconf" ,autoconf) |