mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +00:00
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:
parent
ea07a9a98e
commit
5c72490867
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user