mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
python3Packages.dynalite-devices: 0.46 -> 0.47
This commit is contained in:
parent
f8219c9567
commit
44368f46ca
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dynalite-devices";
|
pname = "dynalite-devices";
|
||||||
version = "0.46";
|
version = "0.47";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ziv1234";
|
owner = "ziv1234";
|
||||||
repo = "python-dynalite-devices";
|
repo = "python-dynalite-devices";
|
||||||
rev = "v${version}"; # https://github.com/ziv1234/python-dynalite-devices/issues/2
|
rev = "refs/tags/v${version}"; # https://github.com/ziv1234/python-dynalite-devices/issues/2
|
||||||
hash = "sha256-Fju2JpFkQBCbOln7r3L+crv82TI2SkdPJ1oaK7PEifo=";
|
hash = "sha256-kJo4e5vhgWzijLUhQd9VBVk1URpg9SXhOA60dJYashM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user