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

python311Packages.hepunits: 2.3.3 -> 2.3.4

authored by Doron Behar and committed by GitHub e2bc2966 0867cb01

+2 -2
+2 -2
pkgs/development/python-modules/hepunits/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "hepunits"; 12 - version = "2.3.3"; 13 format = "pyproject"; 14 15 src = fetchPypi { 16 inherit pname version; 17 - hash = "sha256-Z9fMd81U1ytpwmpo5e+teEK29o+ovGJ7uQ5BF3q+aUU="; 18 }; 19 20 nativeBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "hepunits"; 12 + version = "2.3.4"; 13 format = "pyproject"; 14 15 src = fetchPypi { 16 inherit pname version; 17 + hash = "sha256-qEK4hqZ7oFY6NHFVJ3z9yPtnAggjNmG8urnyip34zWA="; 18 }; 19 20 nativeBuildInputs = [