Skip to content
Snippets Groups Projects
Unverified Commit 9f9b7a0d authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: gptfdisk: Update to 1.0.3.

* gnu/packages/disk.scm (gptfdisk): Update to 1.0.3.
parent 730ed6ec
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ (define-public fdisk ...@@ -130,7 +130,7 @@ (define-public fdisk
(define-public gptfdisk (define-public gptfdisk
(package (package
(name "gptfdisk") (name "gptfdisk")
(version "1.0.1") (version "1.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -138,7 +138,7 @@ (define-public gptfdisk ...@@ -138,7 +138,7 @@ (define-public gptfdisk
version "/" name "-" version ".tar.gz")) version "/" name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1izazbyv5n2d81qdym77i8mg9m870hiydmq4d0s51npx5vp8lk46")))) "0p0vr67lnqdsgdv2y144xmjqa1a2nijrrd3clc8dc2f46pn5mzc9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("gettext" ,gettext-minimal) `(("gettext" ,gettext-minimal)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment