Unverified Commit 57b988be authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #294382 from fabaff/axis-bump

python311Packages.axis: 50 -> 52
parents aeb26fd6 e86b258c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "axis";
  version = "50";
  version = "52";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "Kane610";
    repo = "axis";
    rev = "refs/tags/v${version}";
    hash = "sha256-Zu8hT6t7ZxlgXQKb2o20FpB15n9y/+n1qMctzcRP8F8=";
    hash = "sha256-L94q3NxnkhYPIiz6p+o071QK2h4u9kSm+EUKdi93JzA=";
  };

  postPatch = ''