Merge pull request #159422 from r-ryantm/auto-update/python3.10-rokuecp

python310Packages.rokuecp: 0.13.1 -> 0.13.2
This commit is contained in:
Fabian Affolter 2022-02-12 10:33:07 +01:00 committed by GitHub
commit ab81161cb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "rokuecp";
version = "0.13.1";
version = "0.13.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-rokuecp";
rev = version;
hash = "sha256-6bHEg7bpqldLDr3UX42GUg7kIDHVxtnVnrFr8CvTJU4=";
hash = "sha256-TWjONAGUwcCaWiaCxgR1xV1R+Ouy7FvMUewZa3z1mBc=";
};
nativeBuildInputs = [