python3Packages.murmurhash: 1.0.12 -> 1.0.13

This commit is contained in:
R. Ryantm
2025-05-27 13:11:36 +00:00
parent 3f62a1ca1a
commit 2dff575035

View File

@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "murmurhash";
version = "1.0.12";
version = "1.0.13";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Rnt+4xwfefRtAENqGVf8UqDlgBNp3S8w63ZV84BzW18=";
hash = "sha256-c3JG1B7gD/dLB7C9HwiIvjBNIDzmaOZCyGqmTt4w+Lc=";
};
postPatch = ''