3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155678 from r-ryantm/auto-update/python310Packages.django-debug-toolbar

This commit is contained in:
Sandro 2022-01-20 02:42:11 +01:00 committed by GitHub
commit 67813151e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "django-debug-toolbar";
version = "3.2.2";
version = "3.2.4";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "jazzband";
repo = pname;
rev = version;
sha256 = "1dgb3s449nasbnqd5xfikxrfhwwilwlgrw9nv4bfkapvkzpdszjk";
sha256 = "1008yzxxs1cp1wc0xcc9xskc3f7naxc4srv1sikiank1bc3479ha";
};
propagatedBuildInputs = [