duden: 0.18.0 -> 0.19.1

Co-authored-by: linuxissuper <m+nix@linuxistcool.de>
Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
Anderson Torres 2024-02-28 21:33:13 -03:00
parent b590908c9e
commit 36da5a3900

View File

@ -13,14 +13,14 @@
let
finalAttrs = {
pname = "duden";
version = "0.18.0";
version = "0.19.1";
pyproject = true;
src = fetchFromGitHub {
owner = "radomirbosak";
repo = "duden";
rev = finalAttrs.version;
hash = "sha256-ZrarN09Znw4m6YiZxD7q7dTJ49WjmHDobLnOt8JCwvc=";
hash = "sha256-c6IItrjFVbsdYg3sDrExcxv7aRcKhd/M5hiZD+wBZ2Y=";
};
nativeBuildInputs = [
@ -49,7 +49,7 @@ let
'';
license = with lib.licenses; [ mit ];
mainProgram = "duden";
maintainers = with lib.maintainers; [ AndersonTorres ];
maintainers = with lib.maintainers; [ AndersonTorres linuxissuper ];
};
};
in