ranger: 1.9.4-unstable-2026-01-22 -> 1.9.4-unstable-2026-02-25 (#496664)

This commit is contained in:
Nick Cao 2026-03-06 18:01:24 +00:00 committed by GitHub
commit ce4dfd1952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,14 +19,14 @@
python3Packages.buildPythonApplication {
pname = "ranger";
version = "1.9.4-unstable-2026-01-22";
version = "1.9.4-unstable-2026-02-25";
pyproject = true;
src = fetchFromGitHub {
owner = "ranger";
repo = "ranger";
rev = "46c4fde3831dcf00ed85ee4e089df28601932229";
hash = "sha256-9/9TSLXcFC+ItCCCQGaYoCjOyPH9Zx3JCKJJXf0SINI=";
rev = "126d3ee487b5c291c49d5ef25176fbe8207d71e3";
hash = "sha256-SRr+vABEm6J+YT0ALw6F0dPrJ0RJQQGRTCbzPhgjB0A=";
};
build-system = with python3Packages; [