summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-06-17 10:08:15 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-06-17 10:10:08 +0200
commitf1a71be028ac13b567a7e8d11b4f15cbfa3f50d4 (patch)
tree512ebedb121f8dea9acc3449f37dd508bc5fc677 /gnu
parentd65bd74411ab4820318311062b0f327b139a5784 (diff)
downloadguix-patches-f1a71be028ac13b567a7e8d11b4f15cbfa3f50d4.tar
guix-patches-f1a71be028ac13b567a7e8d11b4f15cbfa3f50d4.tar.gz
gnu: guile-parted: Update to 0.0.5.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.5.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/guile-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 6db5134344..7d7ffcb221 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1370,7 +1370,7 @@ microblogging service.")
(define-public guile-parted
(package
(name "guile-parted")
- (version "0.0.4")
+ (version "0.0.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1379,7 +1379,7 @@ microblogging service.")
(file-name (git-file-name name version))
(sha256
(base32
- "0b7h8psfm9gmmwb65pp5zwzglvwnfmw5j40g09hhf3f7kwxc0mv2"))
+ "1ar6n38br3h1jm54yy6d54rpqdgsy7pmnj3nqdzqrfk8z0kx0rm9"))
(modules '((guix build utils)))))
(build-system gnu-build-system)
(arguments