3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #205515 from fabaff/ttls-bump

python310Packages.ttls: 1.5.1 -> 1.6.1
This commit is contained in:
Fabian Affolter 2022-12-11 00:17:01 +01:00 committed by GitHub
commit e4adbd8249
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "ttls";
version = "1.5.1";
version = "1.6.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "jschlyter";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Oh70mLwTaJ2+uQDr2t6wAgskW5L06mZxtD/8dE01YA0=";
hash = "sha256-W7r2XgH8SloL9l/Lw1xWLmjF8aMBHWFe2DQ3tkqu+JQ=";
};
nativeBuildInputs = [