visidata: 3.2 -> 3.3 (#444134)

This commit is contained in:
Nick Cao
2025-09-21 15:14:17 +00:00
committed by GitHub

View File

@@ -13,14 +13,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "visidata";
version = "3.2";
version = "3.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "saulpw";
repo = "visidata";
rev = "v${version}";
hash = "sha256-kOg9OypWNGStNYFctPIwzVa1CsZBySY2IpA3eDrS7eY=";
hash = "sha256-y+HqRww/Fm+YeiNYH0a2TcUYOc72qL+9tC0PRudptrA=";
};
propagatedBuildInputs =