mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: testdisk: Update to 7.0.
* gnu/packages/admin.scm (testdisk): Update to 7.0.
This commit is contained in:
parent
d6a08ec0c6
commit
cf91cfc0c4
1 changed files with 2 additions and 2 deletions
|
@ -1139,14 +1139,14 @@ (define-public detox
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue