python312Packages.regex: 2025.7.34 -> 2025.9.18 (#446701)
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "regex";
|
||||
version = "2025.7.34";
|
||||
version = "2025.9.18";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-nq2XZSF6/QSoaCLfzU7SdH3+Qm6IfaQTsV/wrCRX4ho=";
|
||||
hash = "sha256-xbojJ0xhxv70R7pqOTMyl9DCR/UwWdugvKQVysUR7cQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -31,6 +31,6 @@ buildPythonPackage rec {
|
||||
licenses.asl20
|
||||
licenses.cnri-python
|
||||
];
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ dwoffinden ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user