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.
2 parents 86f7400 + ef9b243 commit feb4b43Copy full SHA for feb4b43
pkgs/development/python-modules/apify-fingerprint-datapoints/default.nix
@@ -7,13 +7,13 @@
7
8
buildPythonPackage (finalAttrs: {
9
pname = "apify-fingerprint-datapoints";
10
- version = "0.10.0";
+ version = "0.11.0";
11
pyproject = true;
12
13
src = fetchPypi {
14
pname = "apify_fingerprint_datapoints";
15
inherit (finalAttrs) version;
16
- hash = "sha256-FObB0yFu/t1RtnCYyDuzIzgm4mHu8mC+cATzciGd2VA=";
+ hash = "sha256-P5BcOSsRon+1nM/kCJHBZqvXN6ucYglzPxAruzswJRU=";
17
};
18
19
build-system = [ hatchling ];
0 commit comments