Skip to content

Commit feb4b43

Browse files
authored
python3Packages.apify-fingerprint-datapoints: 0.10.0 -> 0.11.0 (#497292)
2 parents 86f7400 + ef9b243 commit feb4b43

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/apify-fingerprint-datapoints

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/apify-fingerprint-datapoints/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildPythonPackage (finalAttrs: {
99
pname = "apify-fingerprint-datapoints";
10-
version = "0.10.0";
10+
version = "0.11.0";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
pname = "apify_fingerprint_datapoints";
1515
inherit (finalAttrs) version;
16-
hash = "sha256-FObB0yFu/t1RtnCYyDuzIzgm4mHu8mC+cATzciGd2VA=";
16+
hash = "sha256-P5BcOSsRon+1nM/kCJHBZqvXN6ucYglzPxAruzswJRU=";
1717
};
1818

1919
build-system = [ hatchling ];

0 commit comments

Comments
 (0)