Merge pull request #319726 from r-ryantm/auto-update/python311Packages.hepunits

python311Packages.hepunits: 2.3.3 -> 2.3.4
This commit is contained in:
Doron Behar 2024-06-16 07:53:59 +03:00 committed by GitHub
commit e2bc29663f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "hepunits";
version = "2.3.3";
version = "2.3.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z9fMd81U1ytpwmpo5e+teEK29o+ovGJ7uQ5BF3q+aUU=";
hash = "sha256-qEK4hqZ7oFY6NHFVJ3z9yPtnAggjNmG8urnyip34zWA=";
};
nativeBuildInputs = [