dmarc-metrics-exporter: 0.9.0 -> 0.9.1
Diff: https://github.com/jgosmann/dmarc-metrics-exporter/compare/refs/tags/v0.9.0...v0.9.1 Changelog: https://github.com/jgosmann/dmarc-metrics-exporter/blob/v0.9.1/CHANGELOG.rst
This commit is contained in:
parent
03ec693b53
commit
b8acaaea35
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "dmarc-metrics-exporter";
|
pname = "dmarc-metrics-exporter";
|
||||||
version = "0.9.0";
|
version = "0.9.1";
|
||||||
|
|
||||||
disabled = python3.pythonOlder "3.7";
|
disabled = python3.pythonOlder "3.8";
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "jgosmann";
|
owner = "jgosmann";
|
||||||
repo = "dmarc-metrics-exporter";
|
repo = "dmarc-metrics-exporter";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-OUeTOnb9ZhdJWzO+Wzl+liv4u3mlbyJ4tWyCHU5loqc=";
|
hash = "sha256-o22Jn2x2mFczjQTttKEfrzGBAKpXSe9JT8kIA5WGjmA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = true;
|
pythonRelaxDeps = true;
|
||||||
|
|
Loading…
Reference in a new issue