python311Packages.epion: 0.0.1 -> 0.0.2

Diff: https://github.com/devenzo-com/epion_python/compare/refs/tags/0.0.1...0.0.2
This commit is contained in:
Fabian Affolter
2024-01-10 08:25:55 +01:00
parent 729099240a
commit 76b5f7dce8
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "epion";
version = "0.0.1";
version = "0.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "devenzo-com";
repo = "epion_python";
rev = "refs/tags/${version}";
hash = "sha256-uC227rlu4NB5lpca02QLi2JZ5SKklLfv7rXvvJA1aCA=";
hash = "sha256-XyYjbr0EPRrwWsXhZT2oWcoDPZoZCuT9aZ2UHSSt0E8=";
};
nativeBuildInputs = [