dmarc-metrics-exporter: 0.9.1 -> 0.9.4
ChangeLog: * https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.9.2 * https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.9.3 * https://github.com/jgosmann/dmarc-metrics-exporter/releases/tag/v0.9.4
This commit is contained in:
parent
777cd5d566
commit
575338ab87
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "dmarc-metrics-exporter";
|
||||
version = "0.9.1";
|
||||
version = "0.9.4";
|
||||
|
||||
disabled = python3.pythonOlder "3.8";
|
||||
|
||||
|
@ -15,7 +15,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
owner = "jgosmann";
|
||||
repo = "dmarc-metrics-exporter";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-o22Jn2x2mFczjQTttKEfrzGBAKpXSe9JT8kIA5WGjmA=";
|
||||
hash = "sha256-doKG191rQvUpjOb3HvkzZP9XbtQXYGFtDJIdDSFRLSU=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
|
|
Loading…
Reference in a new issue