python3Packages.dynalite-devices: 0.46 -> 0.47

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:06 +02:00
parent f8219c9567
commit 44368f46ca

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "dynalite-devices";
version = "0.46";
version = "0.47";
src = fetchFromGitHub {
owner = "ziv1234";
repo = "python-dynalite-devices";
rev = "v${version}"; # https://github.com/ziv1234/python-dynalite-devices/issues/2
hash = "sha256-Fju2JpFkQBCbOln7r3L+crv82TI2SkdPJ1oaK7PEifo=";
rev = "refs/tags/v${version}"; # https://github.com/ziv1234/python-dynalite-devices/issues/2
hash = "sha256-kJo4e5vhgWzijLUhQd9VBVk1URpg9SXhOA60dJYashM=";
};
postPatch = ''