mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
python310Packages.hstspreload: 2022.11.1 -> 2022.12.1
Diff: https://github.com/sethmlarson/hstspreload/compare/2022.11.1...2022.12.1
This commit is contained in:
parent
9159658fae
commit
7eb59b0675
@ -6,7 +6,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "hstspreload";
|
||||
version = "2022.11.1";
|
||||
version = "2022.12.1";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
owner = "sethmlarson";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-4GirKCe84sYV+28ODPipixV3cl7wIV/NOd+iM0Cec4I=";
|
||||
sha256 = "sha256-W1WJWG5R7Sucdw6TzsGFs5mH6BoUfA8URTgWlnRXa14=";
|
||||
};
|
||||
|
||||
# Tests require network connection
|
||||
|
Loading…
Reference in New Issue
Block a user