[PATCH] gnu: python-ecpy: Update to 0.10.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Danny Milosavljevic
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Vagrant Cascadian
Severity
normal

Debbugs page

Vagrant Cascadian wrote 6 years ago
(address . guix-patches@gnu.org)
87pns1vk9j.fsf@ponder
* gnu/packages/python-crypto.scm (python-ecpy): Update to 0.10.0.
---
gnu/packages/python-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 077330e54a..cfb17362f1 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -743,14 +743,14 @@ file, and more.")
(define-public python-ecpy
(package
(name "python-ecpy")
- (version "0.8.2")
+ (version "0.10.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ECPy" version))
(sha256
(base32
- "090fqnj8z0xm44jrfpll7j45r68m6kp7mjr7yxzg93j42h3sj285"))))
+ "1gc3i5s93zq6x1nkaxkq1dvmsc12vmrw0hns9f5s1hcb78ni52c8"))))
(build-system python-build-system)
(propagated-inputs
`(("python-future" ,python-future)))
--
2.20.1
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCXF4oqAAKCRDcUY/If5cW
qqmsAQD12ZSX4Eic/pLOySckyZ5v+TMcmNe76DfSMmfY2pfz9AEAgklSnB5ryucm
NY1sxWQTQZ2cL0w6bV1Cs6CR7v3a+wk=
=s+CM
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 6 years ago
(name . Vagrant Cascadian)(address . vagrant@debian.org)(address . 34395-done@debbugs.gnu.org)
20190211110953.50856649@scratchpost.org
Hi Vagrant,

thanks! Applied to guix master.
-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAlxhSfEACgkQ5xo1VCww
uqXuhwf/URyIU2Hk9ViPL2CPnecg0Nppi9eD4+TsP+aF6cs5PrDQJ/KjPixMCIjJ
sVKt4nTwz0fiZsvxFVJJN9Cc9QR6MlUAv+Xbdz5j+rRHoOX665bik44wMYSWxofW
1edbHeyrwlPyQqPF+hDtMBV905PuruT6yW0JTthbXGONgxlysD+FmEfxUvArCuym
8w3OZanlkhphg6c7iFldpDUpDZnu4C+9s9ie9ydgSNZOs4tZ4ZDeFQJaXLVjTGYp
gIw3s1JUMX+bYxbqKBRv97nLyJ19IfH8nt2SJSCoocfP3tRVljlX0TOL7yKWO3YK
vGWJtbmyvBJg/1DTNh5QFViViqNzkQ==
=hZdO
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34395@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34395
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help