mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: python-gssapi: Update to 1.8.2.
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.8.2. [native-inputs]: Add python-cython.
This commit is contained in:
parent
65dbd10626
commit
4e6cf8e624
1 changed files with 4 additions and 3 deletions
|
@ -26204,14 +26204,14 @@ (define-public python-k5test
|
||||||
(define-public python-gssapi
|
(define-public python-gssapi
|
||||||
(package
|
(package
|
||||||
(name "python-gssapi")
|
(name "python-gssapi")
|
||||||
(version "1.6.12")
|
(version "1.8.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "gssapi" version))
|
(uri (pypi-uri "gssapi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j2idrbrbczykzlb56q1bn0ivc9c0rjjljpk4yz86xn3gxfkpv8n"))))
|
"16n86nr19s95czvc1a9mdhs1kiq77qkcjp2c1rk5h4f93h10m3mp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-decorator python-six))
|
(list python-decorator python-six))
|
||||||
|
@ -26219,7 +26219,8 @@ (define-public python-gssapi
|
||||||
(list mit-krb5))
|
(list mit-krb5))
|
||||||
;; for tests
|
;; for tests
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-parameterized python-k5test python-nose))
|
(list python-parameterized python-k5test python-nose
|
||||||
|
python-cython))
|
||||||
(home-page "https://github.com/pythongssapi/python-gssapi")
|
(home-page "https://github.com/pythongssapi/python-gssapi")
|
||||||
(synopsis "Python GSSAPI Wrapper")
|
(synopsis "Python GSSAPI Wrapper")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue