python3Packages.aiomodernforms: 0.1.7 -> 0.1.8

https://github.com/wonderslug/aiomodernforms/releases/tag/v0.1.8
This commit is contained in:
Robert Schütz 2021-06-27 16:56:29 +02:00
parent e34f40b92b
commit e1dc1d6c33

View file

@ -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