me
/
guix
Archived
1
0
Fork 0

gnu: python-gssapi: Update to 1.6.9.

* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.6.9.
master
Maxim Cournoyer 2020-09-28 13:52:32 -04:00
parent 3dc26bcd78
commit 9496fa0724
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -20415,14 +20415,14 @@ tests.")
(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