guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-gi: Update to 0.2.2.


From: guix-commits
Subject: branch master updated: gnu: guile-gi: Update to 0.2.2.
Date: Sun, 26 Jan 2020 05:05:49 -0500

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 195e1c1  gnu: guile-gi: Update to 0.2.2.
195e1c1 is described below

commit 195e1c1b080e41f5405d820a4f02fc7b20194ace
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Jan 26 11:05:35 2020 +0100

    gnu: guile-gi: Update to 0.2.2.
    
    * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.2.2.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 835539a..d8b458b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2014, 2015, 2018 Mark H Weaver <address@hidden>
 ;;; Copyright © 2015, 2017 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2016 Alex Sassmannshausen <address@hidden>
-;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016 Erik Edrosa <address@hidden>
 ;;; Copyright © 2016, 2019 Eraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Alex Kost <address@hidden>
@@ -2504,14 +2504,14 @@ list of components.  This module takes care of that for 
you.")
 (define-public guile-gi
   (package
     (name "guile-gi")
-    (version "0.2.1")
+    (version "0.2.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://lonelycactus.com/tarball/guile_gi-";
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1ah5bmkzplsmkrk7v9vlxlqch7i91qv4cq2d2nar9xshbpcrj484"))))
+                "1v82kz8mz7wgq6w5llaz8a2wwdnl8vk2667dpjwjxscl0qyxsy6y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--with-gnu-filesystem-hierarchy")



reply via email to

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