mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-dkimpy: Update to 1.0.5.
* gnu/packages/mail.scm (python-dkimpy): Update to 1.0.5.
This commit is contained in:
parent
d74a85ec61
commit
bf2727c1b4
1 changed files with 2 additions and 3 deletions
|
@ -3450,14 +3450,13 @@ (define-public python-authres
|
|||
(define-public python-dkimpy
|
||||
(package
|
||||
(name "python-dkimpy")
|
||||
(version "1.0.4")
|
||||
(version "1.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "dkimpy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14idcs0wiyc0iyi5bz3xqimxf3x6dizcjfn92s2ka5zxp95xdyvd"))))
|
||||
(base32 "088iz5cqjqh4c7141d94pvn13bh25aizqlrifwv6fs5g16zj094s"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue