guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: findnewest: Update to 0.3.


From: Ludovic Courtès
Subject: 01/06: gnu: findnewest: Update to 0.3.
Date: Fri, 04 Mar 2016 10:48:59 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9c7e7eadfa713144a559dc538c9c5d477b4e1e79
Author: Ludovic Courtès <address@hidden>
Date:   Fri Mar 4 09:43:38 2016 +0100

    gnu: findnewest: Update to 0.3.
    
    * gnu/packages/version-control.scm (findnewest): Update to 0.3.
---
 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 2215d49..a53da81 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -984,7 +984,7 @@ output of the 'git' command.")
 (define-public findnewest
   (package
     (name "findnewest")
-    (version "0.2")
+    (version "0.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -992,7 +992,7 @@ output of the 'git' command.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0zlflad568y203yc5ynf1nxi2szn2pmbf1lvz6yk77kjyrpw7zxg"))))
+                "1ydis4y0amkgfr4y60sn076f1l41ya2kn89kfd9fqf44f9ccgb5r"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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