python3Packages.flask-admin: 2.1.0 -> 2.2.0
Diff: https://github.com/pallets-eco/flask-admin/compare/v2.1.0...v2.2.0 Changelog: https://github.com/pallets-eco/flask-admin/releases/tag/v2.2.0 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -52,14 +52,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-admin";
|
||||
version = "2.1.0";
|
||||
version = "2.2.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "flask-admin";
|
||||
repo = "flask-admin";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xEVsYYwpcHMyvlmUYDviM5MLVz8bWLShUW6GOpfAmro=";
|
||||
hash = "sha256-lRLyGvCat6nBixFKkrn4NxeVF52Hl32admAL37mf9wc=";
|
||||
};
|
||||
|
||||
build-system = [ flit-core ];
|
||||
|
||||
Reference in New Issue
Block a user