1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 19:51:17 +00:00

Revert "python3Packages.dynalite-devices: 0.1.48 -> 0.47"

This reverts commit e361bc2624.
Version 0.47 is older than 0.1.48.
This commit is contained in:
Robert Schütz 2023-12-19 10:45:39 -08:00
parent e11bb41d05
commit d62b99afbb

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "dynalite-devices";
version = "0.47";
version = "0.1.48";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ziv1234";
repo = "python-dynalite-devices";
rev = "refs/tags/v${version}";
hash = "sha256-kJo4e5vhgWzijLUhQd9VBVk1URpg9SXhOA60dJYashM=";
hash = "sha256-i88aIsRNsToSceQdwfspJg+Y5MO5zC4O6EkyhrYR27g=";
};
postPatch = ''