python3Packages.oath: 1.4.4 -> 1.4.5 (#541701)

This commit is contained in:
Nick Cao
2026-07-14 18:32:28 +00:00
committed by GitHub
@@ -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 ];