mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -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
|
||||
(package
|
||||
(name "python-gssapi")
|
||||
(version "1.6.1")
|
||||
(version "1.6.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gssapi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gymg4asvwrz7y13qpwp2s5g8qwq179d72gkj09q6bfcgs82l5wr"))))
|
||||
"02i5s7998dg5kcr4m0xwamd8vjqk1816xbzldyp68l91f6bynwcr"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-decorator" ,python-decorator)
|
||||
|
|
Loading…
Reference in a new issue