Merge pull request #249283 from fabaff/rokuecp-bump

python311Packages.rokuecp: 0.18.0 -> 0.18.1
This commit is contained in:
Fabian Affolter 2023-08-15 12:23:57 +02:00 committed by GitHub
commit 92c20bebcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.18.0";
version = "0.18.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = "refs/tags/${version}";
hash = "sha256-YvJ1+o7/S/QNROedYGsP8m99Dr+WpAkfe5YPEN+2ZhU=";
hash = "sha256-0ArnP9xITVpbIfDrsNK3ukmeJBdd6SE3tnDwCLWSHMo=";
};
nativeBuildInputs = [
@ -52,7 +52,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'version = "0.0.0"' 'version = "${version}"' \
--replace " --cov" ""
--replace "--cov" ""
'';
disabledTests = [