mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 11:27:53 +00:00
python310Packages.aiolifx-themes: 0.2.1 -> 0.3.0
Diff: https://github.com/Djelibeybi/aiolifx-themes/compare/refs/tags/v0.2.1...v0.3.0 Changelog: https://github.com/Djelibeybi/aiolifx-themes/releases/tag/v0.3.0
This commit is contained in:
parent
9159658fae
commit
4fd61e8536
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aiolifx-themes";
|
||||
version = "0.2.1";
|
||||
version = "0.3.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "Djelibeybi";
|
||||
repo = "aiolifx-themes";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-sWEWfsew758jl6vLB7AQQ3nA83BFHF7YPy1ZaoPt45Y=";
|
||||
hash = "sha256-2ZruUkSpLclsz3ZSyTM+UshfGG4bHwfQMM8UFjlkvBg=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user