python310Packages.aioruuvigateway: 0.0.2 -> 0.1.0

Diff: https://github.com/akx/aioruuvigateway/compare/refs/tags/v0.0.2...v0.1.0
This commit is contained in:
Fabian Affolter 2023-04-17 22:37:27 +02:00
parent f58a4d5f79
commit 08719002ce

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 = [