summaryrefslogtreecommitdiff
path: root/gnu/packages/disk.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-12 17:54:26 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-12 22:16:07 +0200
commit6ad7e3578b6ec924ceddabc908decdab8e453eca (patch)
tree5138727ea5c118e37433798973734b430a06994e /gnu/packages/disk.scm
parent93ae28c029a75234e802121486759797c931360e (diff)
downloadguix-patches-6ad7e3578b6ec924ceddabc908decdab8e453eca.tar
guix-patches-6ad7e3578b6ec924ceddabc908decdab8e453eca.tar.gz
gnu: parted: Update to 3.3.
* gnu/packages/disk.scm (parted): Update to 3.3.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r--gnu/packages/disk.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 4de0745190..eb3934155f 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -78,7 +78,7 @@
(define-public parted
(package
(name "parted")
- (version "3.2")
+ (version "3.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/parted/parted-"
@@ -86,7 +86,7 @@
(patches (search-patches "parted-glibc-compat.patch"))
(sha256
(base32
- "1r3qpg3bhz37mgvp9chsaa3k0csby3vayfvz8ggsqz194af5i2w5"))))
+ "0i1xp367wpqw75b20c3jnism3dg3yqj4a7a22p2jb1h1hyyv9qjp"))))
(build-system gnu-build-system)
(arguments
`(#:phases