Skip to content
Snippets Groups Projects
Unverified Commit 5f93600f authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: nano: Update to 2.9.7.

* gnu/packages/nano.scm: Update to 2.9.7.
parent 4eeed444
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.6") (version "2.9.7")
(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
"1inl8ljkc711969ncwy7irf0464psasikg1g42l0g4sfpdz50wx3")))) "1ga4sdk3ikx1ilggc6c77vyfpbmq3nrhg6svgglpf5sv60bv0jmn"))))
(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