3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.falcon: 3.0.1 -> 3.1.0

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:07 +02:00
parent 5bf5d3e0e7
commit 11ee62bd92

View file

@ -28,13 +28,13 @@
buildPythonPackage rec {
pname = "falcon";
version = "3.0.1";
version = "3.1.0";
format = "pyproject";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-xB2E2zJYgahw6LcSnV7P2XL6QyPPd7cRmh0qIZZu5oE=";
sha256 = "sha256-8nYL0YwWOTpvteVfNx9nkh7bcv6+aTqCs8XoIZXQh7c=";
};
checkInputs = [