guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/16: gnu: rcs: Update to 5.9.4.


From: Ludovic Courtès
Subject: 12/16: gnu: rcs: Update to 5.9.4.
Date: Fri, 23 Jan 2015 15:39:02 +0000

civodul pushed a commit to branch master
in repository guix.

commit 73ebc66feb79a8ce5c6a5cdeb64903a190ed95d6
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 23 14:35:14 2015 +0100

    gnu: rcs: Update to 5.9.4.
    
    * gnu/packages/version-control.scm (rcs): Update to 5.9.4.
---
 gnu/packages/version-control.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 59ca166..9fc310d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -538,14 +538,14 @@ projects, from individuals to large-scale enterprise 
operations.")
 (define-public rcs
   (package
     (name "rcs")
-    (version "5.9.3")
+    (version "5.9.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/rcs/rcs-"
                                  version ".tar.xz"))
              (sha256
               (base32
-               "0isvzwfvqkg7zcsznra6wqh650z49ib113n7gp6ncxv5p30x3c38"))))
+               "1zsx7bb0rgvvvisiy4zlixf56ay8wbd9qqqcp1a1g0m1gl6mlg86"))))
     (build-system gnu-build-system)
     (native-inputs `(("ed" ,ed)))
     (home-page "http://www.gnu.org/software/rcs/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]