We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e3729 commit 2a93bd1Copy full SHA for 2a93bd1
pkgs/development/python-modules/scrap-engine/default.nix
@@ -8,13 +8,13 @@
8
9
buildPythonPackage rec {
10
pname = "scrap-engine";
11
- version = "1.4.1";
+ version = "1.4.2";
12
pyproject = true;
13
14
src = fetchPypi {
15
pname = "scrap_engine";
16
inherit version;
17
- hash = "sha256-qxzbVYFcSKcL2HtMlH9epO/sCx9HckWAt/NyVD8QJBQ=";
+ hash = "sha256-9jiStwFD5vhPSxWsEVmHOvfRgNgVOUvlzAa1Rmf+faE=";
18
};
19
20
build-system = [
0 commit comments