python311Packages.autocommand: 2.2.1 -> 2.2.2

Diff: https://github.com/Lucretiel/autocommand/compare/2.2.1...2.2.2
This commit is contained in:
Fabian Affolter 2023-08-07 08:35:12 +02:00
parent ea07a9a98e
commit 5c72490867

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "autocommand";
version = "2.2.1";
version = "2.2.2";
src = fetchFromGitHub {
owner = "Lucretiel";
repo = "autocommand";
rev = version;
hash = "sha256-bjoVGfP57qhvPuHHcMP8JQddAaW4/fEyatElk1UEPZo=";
hash = "sha256-9bv9Agj4RpeyNJvTLUaMwygQld2iZZkoLb81rkXOd3E=";
};
# fails with: SyntaxError: invalid syntax