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 391d1e9 commit f848484Copy full SHA for f848484
1 file changed
pkgs/development/python-modules/xxhash/default.nix
@@ -4,12 +4,12 @@
4
}:
5
6
buildPythonPackage rec {
7
- version = "1.4.3";
+ version = "1.4.4";
8
pname = "xxhash";
9
10
src = fetchPypi {
11
inherit pname version;
12
- sha256 = "8b6b1afe7731d7d9cbb0398b4a811ebb5e6be5c174f72c68abf81f919a435de9";
+ sha256 = "0impn5fbs9h8qjnbvn7j2v25lh20z8gbcx5xi9dhhzcp2z9gjvbx";
13
};
14
15
meta = with stdenv.lib; {
0 commit comments