python3Packages.oath: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm
2026-07-14 05:45:25 +00:00
parent d95279435c
commit c2e3e89005
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "oath";
version = "1.4.4";
version = "1.4.5";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-vWsg0g8sTj9TUj7pACEdynWu7KcvT1qf2NyswXX+HAs=";
hash = "sha256-DFxT7SW1LvYh18CPNZwhIH/i42qJ34s80m+1S0/2E7g=";
};
nativeCheckInputs = [ pytestCheckHook ];