Unverified Commit e2f080bd authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

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

parent 41e6a0a1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];