Skip to content

Commit

Permalink
python311Packages.django-countries: 7.5.1 -> 7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Apr 7, 2024
1 parent 509577b commit e0346dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pkgs/development/python-modules/django-countries/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
, buildPythonPackage
, fetchFromGitHub

# build
# build-system
, setuptools

# propagates
# dependencies
, asgiref
, typing-extensions

Expand All @@ -19,21 +19,21 @@

buildPythonPackage rec {
pname = "django-countries";
version = "7.5.1";
format = "pyproject";
version = "7.6.1";
pyproject = true;

src = fetchFromGitHub {
owner = "SmileyChris";
repo = "django-countries";
rev = "refs/tags/v${version}";
hash = "sha256-se6s0sgIfMLW0sIMp/3vK4KdDPQ5ahg6OQCDAs4my4M=";
hash = "sha256-IR9cJbDVkZrcF3Ti70mV8VeXINQDK8OpwUTWVjD4Zn0=";
};

nativeBuildInputs = [
build-system = [
setuptools
];

propagatedBuildInputs = [
dependencies = [
asgiref
typing-extensions
];
Expand Down

0 comments on commit e0346dd

Please sign in to comment.