tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.regex: 2021.9.24 -> 2021.9.30
Martin Weinelt
4 years ago
caec0cf7
f01218dd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
regex
default.nix
+2
-2
pkgs/development/python-modules/regex/default.nix
···
7
7
8
8
buildPythonPackage rec {
9
9
pname = "regex";
10
10
-
version = "2021.9.24";
10
10
+
version = "2021.9.30";
11
11
12
12
src = fetchPypi {
13
13
inherit pname version;
14
14
-
sha256 = "sha256-Ymb95XbhI1eyUJY1GqwrS4gLAGYmPnvHqaG0MHmRuw4=";
14
14
+
sha256 = "81e125d9ba54c34579e4539a967e976a3c56150796674aec318b1b2f49251be7";
15
15
};
16
16
17
17
# Sources for different Python releases are located in same folder