summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-01-02 11:55:09 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-03 01:10:36 +0000
commit36e5e9b048a091346f500716ee7a57e0e0db6b19 (patch)
treef5016ab42545cb1f18940151b5bb8249c7feef09
parentMerge pull request #278330 from NixOS/backport-277947-to-release-23.11 (diff)
downloadnixpkgs-36e5e9b048a091346f500716ee7a57e0e0db6b19.tar.gz
python311Packages.django_5: 5.0 -> 5.0.1
https://docs.djangoproject.com/en/5.0/releases/5.0.1/ (cherry picked from commit 9b4306be7e3e05731be2b10d14a69b4d05520e82)
-rw-r--r--pkgs/development/python-modules/django/5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/django/5.nix b/pkgs/development/python-modules/django/5.nix
index bedc53cb3d1a..565309cef538 100644
--- a/pkgs/development/python-modules/django/5.nix
+++ b/pkgs/development/python-modules/django/5.nix
@@ -42,14 +42,14 @@
buildPythonPackage rec {
pname = "Django";
- version = "5.0";
+ version = "5.0.1";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
- hash = "sha256-fSnhTfvBnLapWkvWae294R9dTGpx/apCwtQLaEboB/c=";
+ hash = "sha256-jIZZZlvG46RP7+GrCikeWj+zl5+agjC+Kd6XXlfo+FQ=";
};
patches = [