guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: guile-gi: Update to 0.3.1.


From: guix-commits
Subject: 01/02: gnu: guile-gi: Update to 0.3.1.
Date: Sun, 3 Jan 2021 13:19:30 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 8ab084951fd2e1d72313096be8d5cb8cf8c6c90b
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sun Jan 3 19:14:47 2021 +0100

    gnu: guile-gi: Update to 0.3.1.
    
    * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.1.
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 135f939..10f5518 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -2852,14 +2852,14 @@ list of components.  This module takes care of that for 
you.")
 (define-public guile-gi
   (package
     (name "guile-gi")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://lonelycactus.com/tarball/guile_gi-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "05xbwrk50h4f9fh8la8fk2wsxbnm0jcyb9phnpkkjq4sqkhkxlbj"))))
+                "1ljcfyar1nb6h4jskxnnzrcxcsblawc50qqfdn8cax3zqfskmvzj"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags '("--with-gnu-filesystem-hierarchy")



reply via email to

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