python3Packages.falcon: 3.1.0 -> 3.1.1

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:09 +01:00
parent 1ef490720f
commit a2b05741e7

View file

@ -28,15 +28,15 @@
buildPythonPackage rec {
pname = "falcon";
version = "3.1.0";
version = "3.1.1";
format = "pyproject";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {
owner = "falconry";
repo = pname;
rev = version;
hash = "sha256-Y6bD0GCXhqpvMV+/i1v59p2qWZ91f2ey7sPQrVALY54=";
rev = "refs/tags/${version}";
hash = "sha256-5Lhz4qI/x7yK9tqQg4CvYNug+fp9l6ErNGH1pVybZ6c=";
};
nativeBuildInputs = [