python312Packages.dunamai: 1.19.2 -> 1.20.0

This commit is contained in:
R. Ryantm
2024-04-12 14:12:25 +00:00
parent feeff83e61
commit 17e810e5c6
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dunamai";
version = "1.19.2";
version = "1.20.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "mtkennerly";
repo = "dunamai";
rev = "refs/tags/v${version}";
hash = "sha256-oLJlBytdp9uVdKEdYDMz/IYnPP7XVnCUcThKO3IiW10=";
hash = "sha256-K7G5BiUm8QTRbw0W3ebTld7CAZI8sYSnRsD7vQhCptE=";
};
nativeBuildInputs = [