mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: f3: Update to 8.0.
* gnu/packages/disk.scm (f3): Update to 8.0.
This commit is contained in:
parent
47ddb1091f
commit
84acc3d256
1 changed files with 2 additions and 2 deletions
|
@ -483,7 +483,7 @@ (define-public pydf
|
|||
(define-public f3
|
||||
(package
|
||||
(name "f3")
|
||||
(version "7.2")
|
||||
(version "8.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -492,7 +492,7 @@ (define-public f3
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1iwdg0r4wkgc8rynmw1qcqz62l0ldgc8lrazq33msxnk5a818jgy"))))
|
||||
(base32 "17l5vspfcgfbkqg7bakp3gql29yb05gzawm8n3im30ilzdr53678"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue