python312Packages.rules: 3.4.0 -> 3.5.0 (#339154)

https://github.com/dfunckt/django-rules/blob/refs/tags/v3.5.0/CHANGELOG.md
This commit is contained in:
R. RyanTM 2024-09-03 13:07:57 +10:00 committed by GitHub
parent 41e6a0a1e1
commit e2f080bdec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "rules";
version = "3.4.0";
version = "3.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "dfunckt";
repo = "django-rules";
rev = "v${version}";
hash = "sha256-fxLaxjni+0S59vtvKBduR0pYMwJWWBPzR5mnH+j6gVE=";
rev = "refs/tags/v${version}";
hash = "sha256-8Kay2b2uwaI/ml/cPpcj9svoDQI0ptV8tyGeZ76SgZw=";
};
build-system = [ setuptools ];