Merge pull request #238373 from fabaff/pywerview-bump

python311Packages.pywerview: 0.5.0 -> 0.5.1
This commit is contained in:
Martin Weinelt 2023-06-18 12:07:14 +02:00 committed by GitHub
commit 028112f8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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