python3Packages.freud: 3.4.0 -> 3.5.0

This commit is contained in:
R. Ryantm
2025-10-14 16:50:59 +00:00
parent 2ea123939c
commit 6c609e25ad

View File

@@ -32,14 +32,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "freud"; pname = "freud";
version = "3.4.0"; version = "3.5.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "glotzerlab"; owner = "glotzerlab";
repo = "freud"; repo = "freud";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-JX3pbzNTj85UTAtWYnDRvtJSjS27qgY/vitaAjmXbjA="; hash = "sha256-NRI3cv3yQxAwkGxh0CFYEERNkjP51Z58vtCV9GlIESY=";
fetchSubmodules = true; fetchSubmodules = true;
}; };