summary refs log tree commit diff
path: root/pkgs/development/python-modules/regex
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-09 00:23:15 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-11 01:22:07 +0200
commitcaec0cf74248580c604353b797daab47d5a16596 (patch)
tree2fbf3971c2068957f1f2b6163630f30fc4328903 /pkgs/development/python-modules/regex
parentf01218dd155d590b19588ee93073b4a404452676 (diff)
downloadnixpkgs-caec0cf74248580c604353b797daab47d5a16596.tar
nixpkgs-caec0cf74248580c604353b797daab47d5a16596.tar.gz
nixpkgs-caec0cf74248580c604353b797daab47d5a16596.tar.bz2
nixpkgs-caec0cf74248580c604353b797daab47d5a16596.tar.lz
nixpkgs-caec0cf74248580c604353b797daab47d5a16596.tar.xz
nixpkgs-caec0cf74248580c604353b797daab47d5a16596.tar.zst
nixpkgs-caec0cf74248580c604353b797daab47d5a16596.zip
python3Packages.regex: 2021.9.24 -> 2021.9.30
Diffstat (limited to 'pkgs/development/python-modules/regex')
-rw-r--r--pkgs/development/python-modules/regex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/regex/default.nix b/pkgs/development/python-modules/regex/default.nix
index e0ef89acee0..c3023ab54d3 100644
--- a/pkgs/development/python-modules/regex/default.nix
+++ b/pkgs/development/python-modules/regex/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "regex";
-  version = "2021.9.24";
+  version = "2021.9.30";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-Ymb95XbhI1eyUJY1GqwrS4gLAGYmPnvHqaG0MHmRuw4=";
+    sha256 = "81e125d9ba54c34579e4539a967e976a3c56150796674aec318b1b2f49251be7";
   };
 
   # Sources for different Python releases are located in same folder