python3Packages.hepunits: 2.3.6 -> 2.4.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:34:04 +01:00
parent 42567fbd84
commit 34e3f7b340
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "hepunits";
version = "2.3.6";
version = "2.4.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-z/wcggQLFbtTBULsl/PB+DquYFDKpMxcGgMJe+vjSTI=";
hash = "sha256-GEbnKfo+T7Nr/1me17i9LNxKvcApBoMPt1wgX9VJBes=";
};
nativeBuildInputs = [