Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: chatty: Update to 0.1.16. | 32530a66508e4cfe2eb96e43054af85e97433f93 | Michael Rohleder | 2020-10-05 06:57:44 |
gnu: emacs-dtrt-indent: Update to 1.2. | 89ca634050a985e672beb10afb9cc0f3f06dce27 | Joseph LaFreniere | 2020-10-04 18:58:06 |
gnu: emacs-helpful: Update to 0.18. | 79fa492fb5f3edd4075a19d1894dde93c2b0c0b0 | Michael Rohleder | 2020-10-04 10:17:47 |
gnu: Add memkind. | a6d78f2bbae64ba0be03c734871035217071112f | Danny Milosavljevic | 2020-10-06 07:54:31 |
images: Add pine64-barebones-raw-image. | 8a4f1eef98490827b331460d7432de843926869b | Mathieu Othacehe | 2020-10-06 07:50:55 |
build-system/cargo: Don't install .crates.toml file. | c1cc0c4865a8bfff43c5c9bd6ae8dcadb061c8a0 | Efraim Flashner | 2020-10-06 07:29:47 |
gnu: emacs-ivy-posframe: Update to 0.5.0. | 3b186ab72b135f0b9cbc3a59c4d8b6cee99b6e73 | Nicolas Goaziou | 2020-10-06 07:09:48 |
gnu: vlang: Correctly refer to output directories. | 527b27f14c110bda4c02bc3f6ee2efb1129458c4 | Efraim Flashner | 2020-10-06 06:45:13 |
gnu: vlang: Use cc-for-target. | 6450070b9197516f84ff15d8c8653544ea1fb119 | Efraim Flashner | 2020-10-06 06:44:25 |
services: dnsmasq: Add TFTP configuration fields. | 34d1c0a03b51fdaef26a3bc630ab096da740e1d6 | Danny Milosavljevic | 2020-09-27 19:06:30 |
gnu: lsh: Enable some tests. | 3e34f89980416a3b2f8637b3f7d15e35ff56e92d | Maxim Cournoyer | 2020-10-06 03:52:24 |
gnu: lsh: Fix X11 forwarding. | 0ec195ff02f2817bc52f9c06b85a89b414b0b28c | Maxim Cournoyer | 2020-10-06 03:48:45 |
gnu: perl-cgi: Update to 4.51. | fb81bd9e0bcd12bd371ec8b87f5ade777995e6c4 | Tobias Geerinckx-Rice | 2020-10-06 00:53:24 |
gnu: python-flake8: Update to 3.8.4. | f6a087a68fa133649940a35011692944c4426dfb | Tobias Geerinckx-Rice | 2020-10-06 00:53:13 |
gnu: seahorse: Update to 3.36.2. | f68cbccf5df51038f595a625a88f61b1bced6116 | Tobias Geerinckx-Rice | 2020-10-06 00:45:39 |
gnu: s6-portable-utils: Update to 2.2.3.0. | b8da9c30d4fea873b77a831341048068653b4f3b | Tobias Geerinckx-Rice | 2020-10-06 00:40:51 |
gnu: s6-dns: Update to 2.3.3.0. | f182b49c87505b68f8debe45be711ba05ca87556 | Tobias Geerinckx-Rice | 2020-10-06 00:40:49 |
gnu: obs: Update to 26.0.1. | 69ba32312b698240d9c3f69a872b82ef8166787b | Tobias Geerinckx-Rice | 2020-10-06 00:40:14 |
gnu: goffice: Update to 0.10.48. | 10ac3ea2e42c78631e23ae650903118783747ca5 | Tobias Geerinckx-Rice | 2020-10-06 00:40:02 |
gnu: spice-protocol: Update to 0.14.3. | 05e9a46347649b8b5014118a8574fe2e4d210d76 | Tobias Geerinckx-Rice | 2020-10-06 00:35:12 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/messaging.scm | 4 | 2 |
File gnu/packages/messaging.scm changed (mode: 100644) (index 5a915f7977..bbbf5d3330) | |||
24 | 24 | ;;; Copyright © 2020 Reza Alizadeh Majd <r.majd@pantherx.org> | ;;; Copyright © 2020 Reza Alizadeh Majd <r.majd@pantherx.org> |
25 | 25 | ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de> | ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de> |
26 | 26 | ;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net> | ;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net> |
27 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> | ||
27 | 28 | ;;; | ;;; |
28 | 29 | ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. |
29 | 30 | ;;; | ;;; |
... | ... | support for high performance Telegram Bot creation.") | |
2319 | 2320 | (define-public chatty | (define-public chatty |
2320 | 2321 | (package | (package |
2321 | 2322 | (name "chatty") | (name "chatty") |
2322 | (version "0.1.10") | ||
2323 | (version "0.1.16") | ||
2323 | 2324 | (source (origin | (source (origin |
2324 | 2325 | (method git-fetch) | (method git-fetch) |
2325 | 2326 | (uri (git-reference | (uri (git-reference |
... | ... | support for high performance Telegram Bot creation.") | |
2328 | 2329 | (file-name (git-file-name name version)) | (file-name (git-file-name name version)) |
2329 | 2330 | (sha256 | (sha256 |
2330 | 2331 | (base32 | (base32 |
2331 | "0czvqwjzsb0rvmgrmbh97m1b35rnwl41j7q32z4fcqb7bschibql")))) | ||
2332 | "085hb3ii1cy0jb3f0mim25v5r5w3gpfsdpjid5dmrpw4gi88aa2x")))) | ||
2332 | 2333 | (build-system meson-build-system) | (build-system meson-build-system) |
2333 | 2334 | (arguments | (arguments |
2334 | 2335 | '(#:phases | '(#:phases |
... | ... | support for high performance Telegram Bot creation.") | |
2345 | 2346 | (inputs | (inputs |
2346 | 2347 | `(("feedbackd" ,feedbackd) | `(("feedbackd" ,feedbackd) |
2347 | 2348 | ("folks" ,folks) | ("folks" ,folks) |
2349 | ("gsettings-desktop-schemas" ,gsettings-desktop-schemas) | ||
2348 | 2350 | ("libgcrypt" ,libgcrypt) | ("libgcrypt" ,libgcrypt) |
2349 | 2351 | ("libgee" ,libgee) | ("libgee" ,libgee) |
2350 | 2352 | ("libhandy" ,libhandy-0.0) | ("libhandy" ,libhandy-0.0) |