python310Packages.hstspreload: 2022.12.1 -> 2023.1.1
Diff: https://github.com/sethmlarson/hstspreload/compare/2022.12.1...2023.1.1
This commit is contained in:
parent
d1b1b0d1b0
commit
f68d92f44d
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hstspreload";
|
pname = "hstspreload";
|
||||||
version = "2022.12.1";
|
version = "2023.1.1";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||||
owner = "sethmlarson";
|
owner = "sethmlarson";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-W1WJWG5R7Sucdw6TzsGFs5mH6BoUfA8URTgWlnRXa14=";
|
sha256 = "sha256-MF+pRP0KluF7LrSkfxs6ZSEXyqmr51mUqUn01dLdUdQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require network connection
|
# Tests require network connection
|
||||||
|
|
Loading…
Reference in a new issue