summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2020-04-13 10:37:15 +0200
committerMathieu Othacehe <m.othacehe@gmail.com>2020-04-13 10:39:37 +0200
commitf6145358c7d33e73c0708bbe400e6e8e65512ef3 (patch)
tree2a4420ae34b0a83f9efdbda3903feec6e857b476
parent62f7f0d636d3b3ff796263ab892ebf53263539fa (diff)
downloadpatches-f6145358c7d33e73c0708bbe400e6e8e65512ef3.tar
patches-f6145358c7d33e73c0708bbe400e6e8e65512ef3.tar.gz
gnu: guile-parted: Update to 0.0.3.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.3, [source]: remove snippet for Guile 3.0 that is now supported.
-rw-r--r--gnu/packages/guile-xyz.scm20
1 files changed, 4 insertions, 16 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 02404db679..e1fcc12229 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2016, 2019 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
;;; Copyright © 2017 David Thompson <davet@gnu.org>
-;;; Copyright © 2017, 2018, 2019 Mathieu Othacehe <m.othacehe@gmail.com>
+;;; Copyright © 2017, 2018, 2019, 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2017 ng0 <ng0@n0.is>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -1123,7 +1123,7 @@ microblogging service.")
(define-public guile-parted
(package
(name "guile-parted")
- (version "0.0.2")
+ (version "0.0.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1132,20 +1132,8 @@ microblogging service.")
(file-name (git-file-name name version))
(sha256
(base32
- "01qmv6xnbbq3wih0dl9bscvca2d7zx7bjiqf35y6dkaqsp8nvdxf"))
- (modules '((guix build utils)))
- (snippet
- '(begin
- ;; Allow builds with Guile 3.0.
- (substitute* "configure.ac"
- (("^GUILE_PKG.*")
- "GUILE_PKG([3.0 2.2 2.0])\n"))
-
- ;; Remove "guile.m4" since it contains an obsolete version
- ;; of 'GUILE_PKG' that doesn't work with development
- ;; versions such as 2.9.
- (delete-file "m4/guile.m4")
- #t))))
+ "0kwi777fhfb4rq6fik9bwqzr63k82qjl94dm5lyyyal4rh724xrc"))
+ (modules '((guix build utils)))))
(build-system gnu-build-system)
(arguments
'(#:make-flags