mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 14:41:18 +00:00
python3Packages.falcon: 4.2.0 -> 4.3.1
https://falcon.readthedocs.io/en/stable/changes/4.3.1.html
This commit is contained in:
@@ -27,14 +27,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "falcon";
|
||||
version = "4.2.0";
|
||||
version = "4.3.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "falconry";
|
||||
repo = "falcon";
|
||||
tag = version;
|
||||
hash = "sha256-Vi7J607PsjwxAKYNCiVGxSRYIbKHgrGvRX9Ent3+LQo=";
|
||||
hash = "sha256-f+UoGYyrg8OZow4qONqzXuDVnrZalqUNDyavDoQ7QHE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ] ++ lib.optionals (!isPyPy) [ cython ];
|
||||
|
||||
Reference in New Issue
Block a user