python3Packages.buildcatrust: 0.2.1 -> 0.3.0

This commit is contained in:
Martin Weinelt
2024-03-12 17:41:43 +01:00
parent ec19814cc0
commit a55c415d78
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "buildcatrust";
version = "0.2.1";
version = "0.3.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-mjX+T5xo6cD1GxJ49Tx7zthPbGPFPYaf2qcNKVHEzJA=";
hash = "sha256-Ac10CZdihFBmr5LE6xFKx4+zr2n5nyR23px6N4vN05M=";
};
nativeBuildInputs = [