python3Packages.hepunits: 2.4.5 -> 2.4.6

This commit is contained in:
R. Ryantm
2026-06-18 19:08:30 +00:00
parent e92fe04c47
commit d7468dbea4
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hepunits";
version = "2.4.5";
version = "2.4.6";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-iPpXyfNUWdam7iYYunPCFUxImjLiHVJbZ9qAYqIkLls=";
hash = "sha256-vKatqTcUcWbWbp+hUlZvI3iGjXmCEcrWmQCAOZVg+jQ=";
};
nativeBuildInputs = [