Skip to content
Snippets Groups Projects
Commit 53f896f2 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: rcs: Update to 5.9.3.

* gnu/packages/version-control.scm (rcs): Update to 5.9.3.
parent f36afe4d
No related branches found
No related tags found
No related merge requests found
......@@ -349,14 +349,14 @@ (define-public subversion
(define-public rcs
(package
(name "rcs")
(version "5.9.2")
(version "5.9.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/rcs/rcs-"
version ".tar.xz"))
(sha256
(base32
"0wdmmplga9k05d9k7wjqv4zb6xvvzsli8hmn206pvangki1g66k5"))))
"0isvzwfvqkg7zcsznra6wqh650z49ib113n7gp6ncxv5p30x3c38"))))
(build-system gnu-build-system)
(native-inputs `(("ed" ,ed)))
(home-page "http://www.gnu.org/software/rcs/")
......
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