summaryrefslogtreecommitdiff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 1efaa8b8ab..407c46d086 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -9,7 +9,7 @@
;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
-;;; Copyright © 2019-2023, 2025 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2019-2023, 2025 Maxim Cournoyer <maxim@guixotic.coop>
;;; Copyright © 2019 Giacomo Leidi <goodoldpaul@autistici.org>
;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
@@ -770,7 +770,7 @@ The intltool collection can be used to do these things:
"1jl7gsr7aclb9nvqazr039m86y7f7ivfhl2pixcrbfqjkb97r6kb"))))
(build-system gnu-build-system)
(inputs
- (list bash-minimal libxml2 python-libxml2 python))
+ (list bash-minimal libxml2 python))
(arguments
(list
#:phases
@@ -1620,8 +1620,8 @@ namespaces, classes and other types that together form a C++ binding.")
;; telegram-desktop requires a more recent version of cppgir
(define-public cppgir-for-telegram-desktop
- (let ((commit "2e96cab8ed40df326815b87b1e4b449e0c1a5947")
- (revision "0"))
+ (let ((commit "2a7d9cef68202a29d5e8a679ce9519c76eb26dc3")
+ (revision "1"))
(package
(inherit cppgir)
(name "cppgir-for-telegram-desktop")
@@ -1635,4 +1635,4 @@ namespaces, classes and other types that together form a C++ binding.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0rdcgnriw8s5fqyx2v4218ii647l4fl1s9crnm9ihzf9bpl2p5p9")))))))
+ (base32 "1zi4zfzk0cnyz3ahynr1ann1hdxkgfy6mxqpryvdywbx12fag92f")))))))