0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python37Packages.django_modelcluster: 4.3 -> 4.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-modelcluster/versions
This commit is contained in:
R. RyanTM 2019-04-15 17:08:13 -07:00
parent 993e2b4ec2
commit fb9591e8bc

View file

@ -7,11 +7,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "django-modelcluster"; pname = "django-modelcluster";
version = "4.3"; version = "4.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "407845f0c16b6f17547a65864657377446e0b3aa8a629b032bf5053f87f82fe9"; sha256 = "02mrs7aapabapfh7h7n71s8r7zxkmad3yk4rdyfwcf0x36326rsr";
}; };
doCheck = false; doCheck = false;