python312Packages.ondilo: 0.3.0 -> 0.4.0

Diff: https://github.com/JeromeHXP/ondilo/compare/0.3.0...0.4.0
This commit is contained in:
Fabian Affolter 2024-03-23 18:01:47 +01:00
parent 9a486a935f
commit 424b1f5e52
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ondilo";
version = "0.3.0";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "JeromeHXP";
repo = pname;
rev = version;
hash = "sha256-MI6K+41I/IVi+GRBdmRIHbljULDFLAwpo3W8tdxCOBM=";
hash = "sha256-BieWdPakQts0QxzQzJYlP6a7ieZ40rAyYqhy8zEvU38=";
};
propagatedBuildInputs = [