3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.Flask: 2.0.2 -> 2.0.3

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:58 +01:00
parent df218fdd3e
commit aa12d780f2

View file

@ -12,12 +12,12 @@
}:
buildPythonPackage rec {
version = "2.0.2";
version = "2.0.3";
pname = "Flask";
src = fetchPypi {
inherit pname version;
sha256 = "7b2fb8e934ddd50731893bdcdb00fc8c0315916f9fcd50d22c7cc1a95ab634e2";
sha256 = "sha256-4RIMIoyi9VO0cN9KX6knq2YlhGdSYGmYGz6wqRkCaH0=";
};
propagatedBuildInputs = [