guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: guile-parted: Update to 0.0.6.


From: guix-commits
Subject: branch master updated: gnu: guile-parted: Update to 0.0.6.
Date: Mon, 08 Aug 2022 11:14:29 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a8868a53ad gnu: guile-parted: Update to 0.0.6.
a8868a53ad is described below

commit a8868a53ade4269bd7f48d805daf39257cb5954a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 8 17:13:30 2022 +0200

    gnu: guile-parted: Update to 0.0.6.
    
    Fix cross-compilation.
    
    * gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.6.
    [native-inputs]: Add guile-3.0 and guile-bytestructures.
---
 gnu/packages/guile-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 33d64018d3..cf7f3e6774 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1393,7 +1393,7 @@ microblogging service.")
 (define-public guile-parted
   (package
     (name "guile-parted")
-    (version "0.0.5")
+    (version "0.0.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1402,18 +1402,18 @@ microblogging service.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ar6n38br3h1jm54yy6d54rpqdgsy7pmnj3nqdzqrfk8z0kx0rm9"))
+                "12ygz0dw8zjr8g3z4g3sh4d1yw3fiphh0ssyqd4nllqa3sfwv21f"))
               (modules '((guix build utils)))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags
        '("GUILE_AUTO_COMPILE=0"))) ;to prevent guild warnings
+    (native-inputs
+     (list autoconf automake guile-3.0 guile-bytestructures pkg-config))
     (inputs
      (list guile-3.0 parted))
     (propagated-inputs
      (list guile-bytestructures))
-    (native-inputs
-     (list autoconf automake pkg-config))
     (synopsis "Guile bindings to GNU Parted")
     (description
      "This package provides bindings for GNU Parted library, a C library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]