python312Packages.oncalendar: 1.0 -> 1.1

This commit is contained in:
R. Ryantm 2024-04-13 07:01:53 +00:00
parent f46237b072
commit 1d9a0f56f4

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "oncalendar";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "cuu508";
repo = "oncalendar";
rev = "refs/tags/v${version}";
hash = "sha256-eQYxOnL4/TJbY/nijcPl8TqK2MrwcdISKGfZQoI7828=";
hash = "sha256-MPKzC2QYA3tWxg19URKheAbPaiS0jXP96xR0Hyl58V0=";
};
nativeBuildInputs = [ pytestCheckHook ];