python3Packages.potentials: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-08-31 23:18:21 +00:00
parent 2e6aeede9c
commit 32eca66fcd
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "potentials";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "usnistgov";
repo = "potentials";
tag = "v${version}";
hash = "sha256-VDA3dQ34kvrs3XMfC0j3T63KrXlmOa/hPvOni/UkgP4=";
hash = "sha256-R6LGRmi6xeNp81qylXBAVdL62/SN87TvuyRqueQD6DA=";
};
build-system = [ setuptools ];