python312Packages.django-pattern-library: 1.2.0 -> 1.3.0 (#365348)

This commit is contained in:
Nick Cao 2024-12-15 09:50:12 -05:00 committed by GitHub
commit 05f9d5f6af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "django-pattern-library";
version = "1.2.0";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "torchbox";
repo = "django-pattern-library";
rev = "refs/tags/v${version}";
hash = "sha256-hrdJYVioY6y9D29DuKPMZjdWj92GcbHXANWiEHadimI=";
tag = "v${version}";
hash = "sha256-2a/Rg6ljBe1J0FOob7Z9aNVZZ3l+gTD34QCRjk4PiQg=";
};
nativeBuildInputs = [ poetry-core ];