Need updated pywin32 for python 3.8

This commit is contained in:
Kovid Goyal 2019-11-27 11:00:52 +05:30
parent 9588afa4d5
commit 319b2b375f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -533,9 +533,9 @@
"os": "windows", "os": "windows",
"python": 2, "python": 2,
"windows": { "windows": {
"filename":"pywin32-224.zip", "filename":"pywin32-227.zip",
"hash":"sha256:fa01a3b9f5e6afd0412013b216d40120b92bbc575dbb3d1a0afb45d8bc1c88d8", "hash":"sha256:f82946fb29d55a27b3abcd0b527ef2e8da6ea05b01dfcc40bfc14847b7673e8e",
"urls":["https://github.com/mhammond/pywin32/archive/b224.zip"] "urls":["https://github.com/mhammond/pywin32/archive/b227.zip"]
} }
}, },