python3Packages.typedunits: 0.0.1 -> 0.0.2 (#511918)

This commit is contained in:
Jenny
2026-04-21 16:15:40 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "typedunits";
version = "0.0.1";
version = "0.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "quantumlib";
repo = "TypedUnits";
tag = "v${version}";
hash = "sha256-g/kUPEtdyNvcWJOqcTCF27pW22WTg0EiHoEXgSs2xMs=";
hash = "sha256-dADN9zBwspfDPdgce5EKEclI1qLcqc0N09RGsiPrJ0c=";
};
build-system = [