Merge pull request #83830 from r-ryantm/auto-update/sewer
sewer: 0.7.9 -> 0.8.1
This commit is contained in:
commit
444801f739
1 changed files with 3 additions and 3 deletions
|
@ -2,17 +2,17 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "sewer";
|
pname = "sewer";
|
||||||
version = "0.7.9";
|
version = "0.8.1";
|
||||||
|
|
||||||
src = python3Packages.fetchPypi {
|
src = python3Packages.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c083223d8aa66d4fc6801452d291a98540d1ee41557ce3e1754c62e73f7c9738";
|
sha256 = "0s8f0w6nv8dcs5yw7rn49981b3c9mnnx4f6wzqw4zha0rpp60z22";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];
|
propagatedBuildInputs = with python3Packages; [ pyopenssl requests tldextract ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/komuw/sewer;
|
homepage = "https://github.com/komuw/sewer";
|
||||||
description = "ACME client";
|
description = "ACME client";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kevincox ];
|
maintainers = with maintainers; [ kevincox ];
|
||||||
|
|
Loading…
Reference in a new issue