Merge pull request #121210 from chivay/bump-extractor

python3Packages.karton-config-extractor: 1.0.0 -> 1.1.1
This commit is contained in:
Fabian Affolter 2021-04-30 09:00:49 +02:00 committed by GitHub
commit 1cf6174f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "karton-config-extractor"; pname = "karton-config-extractor";
version = "1.0.0"; version = "1.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "CERT-Polska"; owner = "CERT-Polska";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1v0zqa81yjz6hm17x9hp0iwkllymqzn84dd6r2yrhillbwnjg9bb"; sha256 = "14592b9vq2iza5agxr29z1mh536if7a9p9hvyjnibsrv22mzwz7l";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -23,7 +23,9 @@ buildPythonPackage rec {
postPatch = '' postPatch = ''
substituteInPlace requirements.txt \ substituteInPlace requirements.txt \
--replace "karton.core==4.0.5" "karton-core" --replace "karton-core==4.2.0" "karton-core"
substituteInPlace requirements.txt \
--replace "malduck==4.1.0" "malduck"
''; '';
# Project has no tests # Project has no tests