Skip to content

Commit 5e6ebb3

Browse files
committed
python310Packages.aiolivisi: 0.0.16 -> 0.0.18
Changelog: https://github.com/StefanIacobLivisi/aiolivisi/releases/tag/0.0.18
1 parent ecfff01 commit 5e6ebb3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/aiolivisi/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
buildPythonPackage rec {
1212
pname = "aiolivisi";
13-
version = "0.0.16";
13+
version = "0.0.18";
1414
format = "setuptools";
1515

1616
disabled = pythonOlder "3.8";
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
hash = "sha256-L7KeTdC3IPbXBLDkP86CyQ59s2bL4byxgKhl8YCmZHQ=";
20+
hash = "sha256-8Cy2hhYrUBRfVb2hgil6Irk+iTJmJ8JL+5wvm4rm7kM=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)