diff options
| author | Danylo Kondratiev <danylo@posteo.ie> | 2026-04-20 21:12:35 +0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-22 13:42:08 +0200 |
| commit | 3628c68e9ab7685993ce52c15b15d7fcfd1187ac (patch) | |
| tree | 057745add45eac4bf74d66f421cd8e6f95326407 /gnu | |
| parent | 200fdbed49ccb0ad2cc270bb2de95f70430f2173 (diff) | |
gnu: python-nbxmpp: Update to 7.2.0.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 7.2.0.
Change-Id: If8c9a3d686cfd603d44a49c36ebb70c21d1a011b
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 094a045f602..9f8d4cb4287 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm | |||
| @@ -1151,7 +1151,7 @@ simultaneously and therefore appear under the same nickname on IRC.") | |||
| 1151 | (define-public python-nbxmpp | 1151 | (define-public python-nbxmpp |
| 1152 | (package | 1152 | (package |
| 1153 | (name "python-nbxmpp") | 1153 | (name "python-nbxmpp") |
| 1154 | (version "7.1.0") | 1154 | (version "7.2.0") |
| 1155 | (source | 1155 | (source |
| 1156 | (origin | 1156 | (origin |
| 1157 | (method git-fetch) | 1157 | (method git-fetch) |
| @@ -1160,7 +1160,7 @@ simultaneously and therefore appear under the same nickname on IRC.") | |||
| 1160 | (commit version))) | 1160 | (commit version))) |
| 1161 | (file-name (git-file-name name version)) | 1161 | (file-name (git-file-name name version)) |
| 1162 | (sha256 | 1162 | (sha256 |
| 1163 | (base32 "1n7b6yv2k89hsmhmx9pi7m8l3aq97xppaz3hm7mvqgvxnlw0c1kr")))) | 1163 | (base32 "1dyf4jh76ffbl45x4cpk6rsn1r4wck54b3d8wfd2swxaqq4p7lis")))) |
| 1164 | (build-system pyproject-build-system) | 1164 | (build-system pyproject-build-system) |
| 1165 | (arguments (list #:test-backend #~'unittest)) | 1165 | (arguments (list #:test-backend #~'unittest)) |
| 1166 | (propagated-inputs | 1166 | (propagated-inputs |
