mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
python3Packages.regex: 2021.8.28 -> 2021.9.24
This commit is contained in:
parent
7dd1625605
commit
feb9f44f83
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "regex";
|
||||
version = "2021.8.28";
|
||||
version = "2021.9.24";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "f585cbbeecb35f35609edccb95efd95a3e35824cd7752b586503f7e6087303f1";
|
||||
sha256 = "sha256-Ymb95XbhI1eyUJY1GqwrS4gLAGYmPnvHqaG0MHmRuw4=";
|
||||
};
|
||||
|
||||
# Sources for different Python releases are located in same folder
|
||||
|
|
Loading…
Reference in a new issue