Skip to content
Snippets Groups Projects
Unverified Commit 4336e36c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: nano: Update to 2.9.6.

* gnu/packages/nano.scm (nano): Update to 2.9.6.
parent 27e810c3
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ (define-module (gnu packages nano) ...@@ -30,7 +30,7 @@ (define-module (gnu packages nano)
(define-public nano (define-public nano
(package (package
(name "nano") (name "nano")
(version "2.9.5") (version "2.9.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -38,7 +38,7 @@ (define-public nano ...@@ -38,7 +38,7 @@ (define-public nano
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"06af9dzhgab53drpyq430fv5kf5sdba9mfw0lf3glhkznlf1i3bv")))) "1inl8ljkc711969ncwy7irf0464psasikg1g42l0g4sfpdz50wx3"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment