python312Packages.ondilo: 0.4.0 -> 0.5.0

Diff: https://github.com/JeromeHXP/ondilo/compare/refs/tags/0.4.0...0.5.0

Changelog: https://github.com/JeromeHXP/ondilo/releases/tag/0.5.0
This commit is contained in:
Fabian Affolter 2024-04-21 11:48:57 +02:00
parent a8a8401b7b
commit bc4f8054e9
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ondilo";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "JeromeHXP";
repo = "ondilo";
rev = "refs/tags/${version}";
hash = "sha256-BieWdPakQts0QxzQzJYlP6a7ieZ40rAyYqhy8zEvU38=";
hash = "sha256-l9pmamJbB/FAqB49S4vQAan9Wgj3qu1J2pboQO1Hg/Q=";
};
build-system = [