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