Unverified Commit 12cd418c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #238281 from mweinelt/django-mysql-4.10.0

python310Packages.django-mysql: 4.9.0 -> 4.10.0
parents 0155600a 784829ae
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "django-mysql";
  version = "4.9.0";
  version = "4.10.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "adamchainz";
    repo = "django-mysql";
    rev = "refs/tags/${version}";
    hash = "sha256-mXAdwNqSIrWMh+YcCjksiqmkLSXGAd+ofyzJmiG+gNo=";
    hash = "sha256-5RmNYOY0m6BRD/3cENQLWPJ+dElR53oZaqk616kfQTA=";
  };

  nativeBuildInputs = [
@@ -45,7 +45,7 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    changelog = "https://django-mysql.readthedocs.io/en/latest/changelog.html";
    changelog = "https://github.com/adamchainz/django-mysql/blob/${version}/docs/changelog.rst";
    description = "Extensions to Django for use with MySQL/MariaD";
    homepage = "https://github.com/adamchainz/django-mysql";
    license = licenses.mit;