mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: cppgir-for-telegram-desktop: Update to 2e96cab to fix telegram.
This fixes the telegram-desktop build, which was broken since in commit
17d9803374
("gnu: gobject-introspection: Update to 1.82.0").
* gnu/packages/glib.scm (cppgir-for-telegram-desktop): Update to the latest
commit, 2e96cab8ed40df326815b87b1e4b449e0c1a5947.
Change-Id: I336168d49c5ac96ce5205f9824ce42701edb058c
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
95d4d3afa8
commit
6a6b1dbe01
1 changed files with 2 additions and 2 deletions
|
@ -1649,7 +1649,7 @@ 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 "9c4f5820d94d62ab451501f016bfea97156518f4")
|
||||
(let ((commit "2e96cab8ed40df326815b87b1e4b449e0c1a5947")
|
||||
(revision "0"))
|
||||
(package
|
||||
(inherit cppgir)
|
||||
|
@ -1664,4 +1664,4 @@ namespaces, classes and other types that together form a C++ binding.")
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1fa9nf4yljfarihaqj5kd98yysrky7q316mh6l5b1rq39ga15k9b")))))))
|
||||
(base32 "0rdcgnriw8s5fqyx2v4218ii647l4fl1s9crnm9ihzf9bpl2p5p9")))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue