python310Packages.dunamai: 1.13.0 -> 1.13.1

This commit is contained in:
R. Ryantm 2022-09-26 02:13:59 +00:00
parent 5fa1488e2b
commit d6fab54221

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dunamai";
version = "1.13.0";
version = "1.13.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "mtkennerly";
repo = "dunamai";
rev = "refs/tags/v${version}";
sha256 = "sha256-0x1bwu5X1P8f51NeupEQc0eghaqQIp3jb2uwZ0JDbgQ=";
sha256 = "sha256-UoqVfRdwOgxNLY17+dPgYO1GIPw3ZUwE/tiVzHjBxcY=";
};
nativeBuildInputs = [