python312Packages.scrap-engine: 1.4.2 -> 1.4.3 (#402801)

This commit is contained in:
Nick Cao
2025-04-29 16:41:56 -04:00
committed by GitHub
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "scrap-engine";
version = "1.4.2";
version = "1.4.3";
pyproject = true;
src = fetchPypi {
pname = "scrap_engine";
inherit version;
hash = "sha256-9jiStwFD5vhPSxWsEVmHOvfRgNgVOUvlzAa1Rmf+faE=";
hash = "sha256-dNMOS8vYTMsIu28PLt2jhHjL+fSUgdb91V2HsKAjxOo=";
};
build-system = [