python3Packages.aiomodernforms: 0.1.7 -> 0.1.8
https://github.com/wonderslug/aiomodernforms/releases/tag/v0.1.8
This commit is contained in:
parent
e34f40b92b
commit
e1dc1d6c33
1 changed files with 2 additions and 7 deletions
|
@ -11,20 +11,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiomodernforms";
|
||||
version = "0.1.7";
|
||||
version = "0.1.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "wonderslug";
|
||||
repo = "aiomodernforms";
|
||||
rev = "v${version}";
|
||||
sha256 = "1yrs5q4ggasbjn6z8x04yamn2wra702i09iqyzj9aqq31bc9jnd1";
|
||||
sha256 = "sha256-Vx51WBjjNPIfLlwMnAuwHnGNljhnjKkU0tWB9M9rjsw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "packaging" ""
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
backoff
|
||||
|
|
Loading…
Reference in a new issue