mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
python3Packages.certifi: 2022.09.24 -> 2022.12.07
Diff: https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07
(cherry picked from commit b40cf0d095)
This commit is contained in:
committed by
github-actions[bot]
parent
b4af8cc297
commit
61a5d7bcef
@@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "certifi";
|
||||
version = "2022.09.24";
|
||||
version = "2022.12.07";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = pname;
|
||||
repo = "python-certifi";
|
||||
rev = version;
|
||||
hash = "sha256-B6LO6AfG9cfpyNI7hj3VjmGTFsrrIkDYO4gPMkZY74w=";
|
||||
hash = "sha256-r6TJ6YGL0cygz+F6g6wiqBfBa/QKhynZ92C6lHTZ2rI=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
||||
Reference in New Issue
Block a user