mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
be287b3e90
commit
9bff5e0ecb
1 changed files with 3 additions and 3 deletions
|
@ -1169,13 +1169,13 @@ similar XML files, in the same way the @command{diff} utility does it.")
|
||||||
(define-public python-xmlsec
|
(define-public python-xmlsec
|
||||||
(package
|
(package
|
||||||
(name "python-xmlsec")
|
(name "python-xmlsec")
|
||||||
(version "1.3.14")
|
(version "1.3.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "xmlsec" version))
|
(uri (pypi-uri "xmlsec" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1nd2jbrfbmnd566i1v39xrh3a0b1nqvf5bhydywcsnw95x7q0kwk"))))
|
(base32 "178zg6jl3v7j4cdxxzqzr16m3wqfisai98xa0sh4q7bd9ia70v1b"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1202,7 +1202,7 @@ similar XML files, in the same way the @command{diff} utility does it.")
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm
|
||||||
python-wheel))
|
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")
|
(synopsis "Python bindings for the XML Security Library")
|
||||||
(description "This package provides Python bindings for the XML Security
|
(description "This package provides Python bindings for the XML Security
|
||||||
Library.")
|
Library.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue