mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 19:05:10 -05:00
gnu: python-gssapi: Update to 1.6.9.
* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.9.
This commit is contained in:
parent
3dc26bcd78
commit
9496fa0724
1 changed files with 2 additions and 2 deletions
|
@ -20415,14 +20415,14 @@ (define-public python-k5test
|
|||
(define-public python-gssapi
|
||||
(package
|
||||
(name "python-gssapi")
|
||||
(version "1.6.5")
|
||||
(version "1.6.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gssapi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02i5s7998dg5kcr4m0xwamd8vjqk1816xbzldyp68l91f6bynwcr"))))
|
||||
"1fa78pn5jzfbwf3y6mj4fc8sh11wjf1hwh5qv39cdlxb71qsq2hb"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue