python3Packages.rowan: 1.3.0 -> 1.3.2

This commit is contained in:
R. Ryantm
2025-08-28 03:20:02 +00:00
parent 33de6dfc31
commit 23e62a705d
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "rowan";
version = "1.3.0";
version = "1.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "glotzerlab";
repo = "rowan";
rev = "v${version}";
hash = "sha256-klIqyX04w1xYmYtAbLF5jwpcJ83oKOaENboxyCL70EY=";
hash = "sha256-fcxVpzLhbLjPIifNBx0olq1dUTmNM9IH38MQybkWZSg=";
};
nativeBuildInputs = [