python3Packages.hepunits: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm
2025-05-26 06:06:47 +00:00
parent 3108eaa516
commit d1a95afae6

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "hepunits";
version = "2.3.5";
version = "2.3.6";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-lDTNLWpyLJSenp4ivQtZWH9pAlvTc1blxwY18bNwNtg=";
hash = "sha256-z/wcggQLFbtTBULsl/PB+DquYFDKpMxcGgMJe+vjSTI=";
};
nativeBuildInputs = [