Merge pull request #131434 from fabaff/bump-motioneye-client

python3Packages.motioneye-client: 0.3.9 -> 0.3.10
This commit is contained in:
Fabian Affolter 2021-07-30 22:59:59 +02:00 committed by GitHub
commit fe90ece8df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "motioneye-client";
version = "0.3.9";
version = "0.3.10";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "dermotduffy";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pLdAxBipmr+HUr9NSupm7h/68PK95r3zY/qZTBs1m54=";
sha256 = "0ilh9wfzggnbfz068vkz66g64ar6isl3m2vcp7jf2zbaj0bqsjax";
};
nativeBuildInputs = [