diff options
| author | Arseniy Zaostrovnykh <necto.ne@gmail.com> | 2025-03-16 07:17:04 +0100 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-03-20 12:03:36 +0900 |
| commit | 6a6b1dbe01dd7bd0cf976b64a6b1b3b48ce5d608 (patch) | |
| tree | 6fc2b022c1ef7d30e024735fe97ce9efd771da52 /gnu/packages/glib.scm | |
| parent | 95d4d3afa801521ecfde7e547647ebd9ffd7279a (diff) | |
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>
Diffstat (limited to 'gnu/packages/glib.scm')
| -rw-r--r-- | gnu/packages/glib.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 91bb1831523..fb1acceac40 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm | |||
| @@ -1649,7 +1649,7 @@ namespaces, classes and other types that together form a C++ binding.") | |||
| 1649 | 1649 | ||
| 1650 | ;; telegram-desktop requires a more recent version of cppgir | 1650 | ;; telegram-desktop requires a more recent version of cppgir |
| 1651 | (define-public cppgir-for-telegram-desktop | 1651 | (define-public cppgir-for-telegram-desktop |
| 1652 | (let ((commit "9c4f5820d94d62ab451501f016bfea97156518f4") | 1652 | (let ((commit "2e96cab8ed40df326815b87b1e4b449e0c1a5947") |
| 1653 | (revision "0")) | 1653 | (revision "0")) |
| 1654 | (package | 1654 | (package |
| 1655 | (inherit cppgir) | 1655 | (inherit cppgir) |
| @@ -1664,4 +1664,4 @@ namespaces, classes and other types that together form a C++ binding.") | |||
| 1664 | (commit commit))) | 1664 | (commit commit))) |
| 1665 | (file-name (git-file-name name version)) | 1665 | (file-name (git-file-name name version)) |
| 1666 | (sha256 | 1666 | (sha256 |
| 1667 | (base32 "1fa9nf4yljfarihaqj5kd98yysrky7q316mh6l5b1rq39ga15k9b"))))))) | 1667 | (base32 "0rdcgnriw8s5fqyx2v4218ii647l4fl1s9crnm9ihzf9bpl2p5p9"))))))) |
