mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
Merge pull request #299564 from fabaff/mscerts-bump
python312Packages.mscerts: 2024.2.28 -> 2024.3.27
This commit is contained in:
commit
24b94843ed
@ -2,12 +2,13 @@
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mscerts";
|
||||
version = "2024.2.28";
|
||||
format = "setuptools";
|
||||
version = "2024.3.27";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -15,9 +16,13 @@ buildPythonPackage rec {
|
||||
owner = "ralphje";
|
||||
repo = "mscerts";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-ReUDpax4tvw4ZCH8zOipelIPtHi7BdgLHI/r3FNpo1c=";
|
||||
hash = "sha256-Hucf3tToYm3P6ebKNlUs5V+X1B95u9P2UC1yOItZOhc=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
# extras_require contains signify -> circular dependency
|
||||
|
||||
# Module has no tests
|
||||
|
Loading…
Reference in New Issue
Block a user