guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: perl-glib-object-introspection: Update to 0.051.


From: guix-commits
Subject: 09/26: gnu: perl-glib-object-introspection: Update to 0.051.
Date: Sat, 4 Nov 2023 02:25:15 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 5346c72126244576e85e6f116053888c13c71c0b
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Oct 27 19:41:50 2023 +0200

    gnu: perl-glib-object-introspection: Update to 0.051.
    
    * gnu/packages/glib.scm (perl-glib-object-introspection): Update to 0.051.
    
    Change-Id: I7e6c79bca58d9054df186566ce2bf019764dc131
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index e9393dd534..9ab6002338 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1085,14 +1085,14 @@ up the Gnome environment, and are used in many 
unrelated projects.")
 (define-public perl-glib-object-introspection
   (package
     (name "perl-glib-object-introspection")
-    (version "0.049")
+    (version "0.051")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/X/XA/XAOC/"
                            "Glib-Object-Introspection-" version ".tar.gz"))
        (sha256
-        (base32 "0mxg6pz8qfyipw0ypr54alij0c4adzg94f62702b2a6hkp5jhij6"))))
+        (base32 "12802l87mx65lswiwlc394fkb74cmsqn88n2qy119b40rhfn2sb5"))))
     (build-system perl-build-system)
     (native-inputs
      (list perl-extutils-depends perl-extutils-pkgconfig))



reply via email to

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