diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-07-19 03:01:52 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-07-19 04:10:11 -0300 |
| commit | 9bff5e0ecb40fe3988ea8b33d679dedca03a7bdc (patch) | |
| tree | 9c27eed4140ea436f03b1fdc9cd1509fa85c0b88 | |
| parent | be287b3e905062a2d843319d4b59a3123a325cb7 (diff) | |
gnu: python-xmlsec: Update to 1.3.16.
* gnu/packages/python-xyz.scm (python-xmlsec): Update to 1.3.16.
[home-page]: Follow redirect.
Change-Id: Ib5e95ec24c98156d614f1a903c0d9fe6c11a3cfa
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8ccaa1ff92..b7297da2dd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1169,13 +1169,13 @@ similar XML files, in the same way the @command{diff} utility does it.") (define-public python-xmlsec (package (name "python-xmlsec") - (version "1.3.14") + (version "1.3.16") (source (origin (method url-fetch) (uri (pypi-uri "xmlsec" version)) (sha256 - (base32 "1nd2jbrfbmnd566i1v39xrh3a0b1nqvf5bhydywcsnw95x7q0kwk")))) + (base32 "178zg6jl3v7j4cdxxzqzr16m3wqfisai98xa0sh4q7bd9ia70v1b")))) (build-system pyproject-build-system) (arguments (list @@ -1202,7 +1202,7 @@ similar XML files, in the same way the @command{diff} utility does it.") python-setuptools python-setuptools-scm python-wheel)) - (home-page "https://github.com/mehcode/python-xmlsec") + (home-page "https://github.com/xmlsec/python-xmlsec") (synopsis "Python bindings for the XML Security Library") (description "This package provides Python bindings for the XML Security Library.") |
