python3Packages.hepunits: 2.2.1 -> 2.3.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:13:17 +01:00
parent cc5ec329ff
commit 4ef8de9675

View File

@ -1,20 +1,24 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools-scm
, hatch-vcs
, hatchling
, pytestCheckHook
}:
buildPythonPackage rec {
pname = "hepunits";
version = "2.2.1";
version = "2.3.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YJfmlUekg73Az+TRBuRHteuofFUBBg0xLNnWGqniJBQ=";
hash = "sha256-M7mumot7OvNVFBp0kBy1qlV9zi5MmZKgow7wRDobIgY=";
};
nativeBuildInputs = [
setuptools-scm
hatch-vcs
hatchling
];
checkInputs = [