python3Packages.hepunits: 2.4.4 -> 2.4.5 (#511158)

This commit is contained in:
Doron Behar
2026-04-19 12:06:56 +00:00
committed by GitHub
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "hepunits";
version = "2.4.4";
version = "2.4.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-GEbnKfo+T7Nr/1me17i9LNxKvcApBoMPt1wgX9VJBes=";
hash = "sha256-iPpXyfNUWdam7iYYunPCFUxImjLiHVJbZ9qAYqIkLls=";
};
nativeBuildInputs = [