tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python311Packages.django-rest-registration: 0.7.3 -> 0.8.2
R. Ryantm
2 years ago
d3d865b7
59961875
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
django-rest-registration
default.nix
+3
-3
pkgs/development/python-modules/django-rest-registration/default.nix
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "django-rest-registration";
13
13
-
version = "0.7.3";
13
13
+
version = "0.8.2";
14
14
format = "setuptools";
15
15
16
16
disabled = pythonOlder "3.7";
···
18
18
src = fetchFromGitHub {
19
19
owner = "apragacz";
20
20
repo = pname;
21
21
-
rev = "refs/tags/${version}";
22
22
-
hash = "sha256-JoIeVjl5s60ilq9kU28Jo+GaYRKU61hoqy1GzYmMdZQ=";
21
21
+
rev = "refs/tags/v${version}";
22
22
+
hash = "sha256-kGZ88Z5nV3HChImmPurHoewobsjotZQ4q9RngBYGe5g=";
23
23
};
24
24
25
25
propagatedBuildInputs = [