pythonPackages.karton-dashboard: 1.1.0 -> 1.2.0

This commit is contained in:
Hubert Jasudowicz 2021-05-19 13:00:55 +02:00
parent a6b4be8775
commit e80e36702b

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "karton-dashboard";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "CERT-Polska";
repo = pname;
rev = "v${version}";
sha256 = "101qmx6nmiim0vrz2ldk973ns498hnxla1xy7nys9kh9wijg4msk";
sha256 = "0qygv9lkd1jad5b4l0zz6hsi7m8q0fmpwaa6hpp7p9x6ql7gnyl8";
};
propagatedBuildInputs = [
@ -27,8 +27,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "Flask==1.1.1" "Flask" \
--replace "karton-core==4.1.0" "karton-core"
--replace "Flask==1.1.1" "Flask"
'';
# Project has no tests. pythonImportsCheck requires MinIO configuration