guix-commits
[Top][All Lists]
Advanced

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

10/26: gnu: perl-glib: Update to 1.3294.


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

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

commit e41f35ba08c89afcea5bc2d458f185f8bef2e5a4
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Oct 27 19:42:51 2023 +0200

    gnu: perl-glib: Update to 1.3294.
    
    * gnu/packages/glib.scm (perl-glib): Update to 1.3294.
    
    Change-Id: I8cfc1d61e6c5d0b5e37f1eb210951c9c609650d9
    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 9ab6002338..ba827e0531 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1059,7 +1059,7 @@ useful for C++.")
 (define-public perl-glib
   (package
     (name "perl-glib")
-    (version "1.3293")
+    (version "1.3294")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1067,7 +1067,7 @@ useful for C++.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "005m3inz12xcsd5sr056cm1kbhmxsx2ly88ifbdv6p6cwz0s05kk"))))
+                "1fsw9sjfz1irlhnsk5n1xpb181vvq1dsxrw5vrsp066cdflga5fp"))))
     (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]