python3Packages.vivisect: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-01-19 01:23:17 +00:00
parent 42c8ee3b52
commit fac90bc460
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "vivisect";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zBWrVBub48rYBg7k9CDmgCWPpPz3R38/mtUCM1P3Mpk=";
hash = "sha256-sI/xlbodbud5GJ3s9atmDS1KOD7VYs7B3OdYCx1NgE4=";
};
pythonRelaxDeps = [