Skip to content

Commit f848484

Browse files
r-ryantmJon
authored andcommitted
python27Packages.xxhash: 1.4.3 -> 1.4.4
1 parent 391d1e9 commit f848484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/xxhash/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
}:
55

66
buildPythonPackage rec {
7-
version = "1.4.3";
7+
version = "1.4.4";
88
pname = "xxhash";
99

1010
src = fetchPypi {
1111
inherit pname version;
12-
sha256 = "8b6b1afe7731d7d9cbb0398b4a811ebb5e6be5c174f72c68abf81f919a435de9";
12+
sha256 = "0impn5fbs9h8qjnbvn7j2v25lh20z8gbcx5xi9dhhzcp2z9gjvbx";
1313
};
1414

1515
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)