Merge pull request #213516 from r-ryantm/auto-update/python310Packages.reportengine

python310Packages.reportengine: 0.30.dev0 -> 0.31
This commit is contained in:
Weijia Wang 2023-01-31 11:16:36 +01:00 committed by GitHub
commit b4c4e12eed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "reportengine";
version = "0.30.dev0";
version = "0.31";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "eb612994b7f364e872301b4569b544648e95e587d803284ddb5610efc8f2170f";
sha256 = "sha256-jrt+ml8o1PUidV1bY0hCyNgcPaVTBloW574/i5Pl7iE=";
};
nativeBuildInputs = [ flit ];