Skip to content

Commit

Permalink
python310Packages.django-bootstrap4: 23.1 -> 23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored and SuperSandro2000 committed Jul 24, 2023
1 parent bb84993 commit 42a6ba4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions pkgs/development/python-modules/django-bootstrap4/default.nix
Expand Up @@ -3,30 +3,32 @@
, fetchFromGitHub

# build-system
, setuptools
, hatchling

# non-propagates
, django

# dependencies
, beautifulsoup4

# tests
, django
, python
}:

buildPythonPackage rec {
pname = "django-bootstrap4";
version = "23.1";
version = "23.2";
format = "pyproject";

src = fetchFromGitHub {
owner = "zostera";
repo = "django-bootstrap4";
rev = "v${version}";
hash = "sha256-55pfUPwxDzpDn4stMEPvrQAexs+goN5SKFvwSR3J4aM=";
rev = "refs/tags/v${version}";
hash = "sha256-RYGwi+hRfTqPAikrv33w27v1/WLwRvXexSusJKdr2o8=";
};

nativeBuildInputs = [
setuptools
hatchling
];

propagatedBuildInputs = [
Expand Down

0 comments on commit 42a6ba4

Please sign in to comment.