diff options
| author | Adrien 'neox' Bourmault <neox@gnu.org> | 2026-03-20 16:20:12 +0100 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-29 21:11:52 +0200 |
| commit | 0b5e1ada2ed11dd89a4bd6057353efa6970755d5 (patch) | |
| tree | 82bc63222c5270b212eb4a28b4f9787333d4cbfd /gnu/packages/python-crypto.scm | |
| parent | 05b247befe1d72816957f3a0bd1057a62def40e5 (diff) | |
gnu: python-omemo-dr: Update to 1.2.0
* gnu/packages/python-crypto.scm (python-omemo-dr): Update to 1.2.0
Change-Id: I2561c74f3ca207203c9c7fdb88af2db424703589
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu/packages/python-crypto.scm')
| -rw-r--r-- | gnu/packages/python-crypto.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm index 2adeb295c38..f50ae66f40b 100644 --- a/gnu/packages/python-crypto.scm +++ b/gnu/packages/python-crypto.scm | |||
| @@ -33,6 +33,7 @@ | |||
| 33 | ;;; Copyright © 2024 jgart <jgart@dismail.de> | 33 | ;;; Copyright © 2024 jgart <jgart@dismail.de> |
| 34 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | 34 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 35 | ;;; Copyright © 2025 Nguyễn Gia Phong <cnx@loang.net> | 35 | ;;; Copyright © 2025 Nguyễn Gia Phong <cnx@loang.net> |
| 36 | ;;; Copyright © 2025 Adrien 'neox' Bourmault <neox@gnu.org> | ||
| 36 | ;;; | 37 | ;;; |
| 37 | ;;; This file is part of GNU Guix. | 38 | ;;; This file is part of GNU Guix. |
| 38 | ;;; | 39 | ;;; |
| @@ -719,7 +720,7 @@ python-axolotl.") | |||
| 719 | (define-public python-omemo-dr | 720 | (define-public python-omemo-dr |
| 720 | (package | 721 | (package |
| 721 | (name "python-omemo-dr") | 722 | (name "python-omemo-dr") |
| 722 | (version "1.0.1") | 723 | (version "1.2.0") |
| 723 | (source | 724 | (source |
| 724 | (origin | 725 | (origin |
| 725 | (method git-fetch) | 726 | (method git-fetch) |
| @@ -728,7 +729,7 @@ python-axolotl.") | |||
| 728 | (commit (string-append "v" version)))) | 729 | (commit (string-append "v" version)))) |
| 729 | (file-name (git-file-name name version)) | 730 | (file-name (git-file-name name version)) |
| 730 | (sha256 | 731 | (sha256 |
| 731 | (base32 "1gx0znbfvs8jg9s754hha81l8wpghswkfsqx2jzpgv6gigf3sm8z")))) | 732 | (base32 "18snryk95wyiz5jh5wa5x58yych9d8l9hmnqq828gsb5ncxq3szk")))) |
| 732 | (build-system pyproject-build-system) | 733 | (build-system pyproject-build-system) |
| 733 | (arguments (list #:test-backend #~'unittest)) | 734 | (arguments (list #:test-backend #~'unittest)) |
| 734 | (propagated-inputs | 735 | (propagated-inputs |
