visidata: 3.2 -> 3.3

This commit is contained in:
R. Ryantm
2025-09-18 21:00:53 +00:00
parent ee164a706c
commit 7865b87f9a
+2 -2
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 =