guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: testdisk: Update to 7.0.


From: Ricardo Wurmus
Subject: 02/02: gnu: testdisk: Update to 7.0.
Date: Tue, 5 Jul 2016 06:55:12 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit cf91cfc0c47bbe3c026e098729522feec6631311
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Jul 3 18:24:30 2016 +0200

    gnu: testdisk: Update to 7.0.
    
    * gnu/packages/admin.scm (testdisk): Update to 7.0.
---
 gnu/packages/admin.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e96c163..9afe1f8 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1139,14 +1139,14 @@ characters can be replaced as well, as can UTF-8 
characters.")
 (define-public testdisk
   (package
     (name "testdisk")
-    (version "6.14")
+    (version "7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://www.cgsecurity.org/testdisk-";
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "0v1jap83f5h99zv01v3qmqm160d36n4ysi0gyq7xzb3mqgmw75x5"))))
+                "0ba4wfz2qrf60vwvb1qsq9l6j0pgg81qgf7fh22siaz649mkpfq0"))))
     (build-system gnu-build-system)
     (inputs
      `(("ntfs-3g" ,ntfs-3g)



reply via email to

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