Merge pull request #303789 from r-ryantm/auto-update/python312Packages.oncalendar

python312Packages.oncalendar: 1.0 -> 1.1
This commit is contained in:
Nick Cao 2024-04-13 11:18:17 -04:00 committed by GitHub
commit 141342b194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];