Merge pull request #258642 from fabaff/pywerview-bump

python311Packages.pywerview: 0.5.1 -> 0.5.2
This commit is contained in:
Fabian Affolter 2023-10-02 23:03:25 +02:00 committed by GitHub
commit e664cfec85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pywerview"; pname = "pywerview";
version = "0.5.1"; version = "0.5.2";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "the-useless-one"; owner = "the-useless-one";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-0vL1kMg4XRFq1CWR/2x5YYyfjm8YzjJaXkezehsT4hg="; hash = "sha256-BWH9zYrlbzQC0/cc5k5BlXWyh38gI+hwwTCWhe1xgog=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [