mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-gssapi: Update to 1.6.5.
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.5.
This commit is contained in:
parent
c0b6bb23c1
commit
83031dee87
1 changed files with 2 additions and 2 deletions
|
@ -18584,14 +18584,14 @@ (define-public python-k5test
|
||||||
(define-public python-gssapi
|
(define-public python-gssapi
|
||||||
(package
|
(package
|
||||||
(name "python-gssapi")
|
(name "python-gssapi")
|
||||||
(version "1.6.1")
|
(version "1.6.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "gssapi" version))
|
(uri (pypi-uri "gssapi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gymg4asvwrz7y13qpwp2s5g8qwq179d72gkj09q6bfcgs82l5wr"))))
|
"02i5s7998dg5kcr4m0xwamd8vjqk1816xbzldyp68l91f6bynwcr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-decorator" ,python-decorator)
|
`(("python-decorator" ,python-decorator)
|
||||||
|
|
Loading…
Reference in a new issue