diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-04 03:50:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-04 05:14:22 +0100 |
commit | 02dadd382790cf561d981ce023f0daf53a5608ca (patch) | |
tree | d2767688b5b70840542a4e4e6a59692e66b70faf | |
parent | 3b3b60d0370f0a93be075341152b623d58632fa2 (diff) | |
download | patches-02dadd382790cf561d981ce023f0daf53a5608ca.tar patches-02dadd382790cf561d981ce023f0daf53a5608ca.tar.gz |
gnu: nano: Update to 2.7.3.
* gnu/packages/nano.scm (nano): Update to 2.7.3.
-rw-r--r-- | gnu/packages/nano.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/nano.scm b/gnu/packages/nano.scm index 771fa522e2..68444771a0 100644 --- a/gnu/packages/nano.scm +++ b/gnu/packages/nano.scm @@ -29,7 +29,7 @@ (define-public nano (package (name "nano") - (version "2.7.2") + (version "2.7.3") (source (origin (method url-fetch) @@ -37,7 +37,7 @@ version ".tar.gz")) (sha256 (base32 - "0g1mf28gjfjqqca5plgfcrnwywlrd91v7q8ld8kvfvqccgflbk49")))) + "123si2acvfhnl2kip08bqm413yv36zy3pmj75ibkn7q59mcx8x1m")))) (build-system gnu-build-system) (inputs `(("gettext" ,gettext-minimal) |