python3Packages.opensimplex: 0.4.3 -> 0.4.5

This commit is contained in:
R. Ryantm
2025-08-28 21:23:10 +00:00
parent 559268ace9
commit 55d4a165df
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "opensimplex";
version = "0.4.3";
version = "0.4.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "lmas";
repo = "opensimplex";
rev = "v${version}";
sha256 = "C/MTKTHjxMsOgzuXvokw039Kv6N/PgBoOqKleWPLpw0=";
sha256 = "sha256-pxPak0H6Rh9KwhIsrnMvBFm1uF5XKb4B3H9cN6DM0g4=";
};
propagatedBuildInputs = [ numpy ];