mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
python3Packages.regex: 2021.8.21 -> 2021.8.28
This commit is contained in:
parent
19fb3ce87d
commit
77fcc55eb6
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "regex";
|
||||
version = "2021.8.21";
|
||||
version = "2021.8.28";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-+vCLA0GCj2opuPfdlNXPjMfDm/w+Z7eFFMVLSUtmkVo=";
|
||||
sha256 = "f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1";
|
||||
};
|
||||
|
||||
# Sources for different Python releases are located in same folder
|
||||
|
Loading…
Reference in New Issue
Block a user