Merge pull request #226709 from fabaff/aioruuvigateway-bump

python310Packages.aioruuvigateway: 0.0.2 -> 0.1.0
This commit is contained in:
Fabian Affolter 2023-04-22 09:33:51 +02:00 committed by GitHub
commit 2daf30fc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "aioruuvigateway";
version = "0.0.2";
version = "0.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "akx";
repo = "aioruuvigateway";
rev = "refs/tags/v${version}";
hash = "sha256-oT5Tlmi9bevOkcVZqg/xvCckIpN7TjbPVQefo9z1RDM=";
hash = "sha256-Etv+kPFYEK79hpDeNmDfuyNj1vJ6udry1u+TRO5gLV4=";
};
nativeBuildInputs = [