python312Packages.oncalendar: 1.0 -> 1.1
This commit is contained in:
parent
f46237b072
commit
1d9a0f56f4
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user