Unverified Commit f71e6cdf authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

actool: 1.3.0 -> 1.3.2 (#504838)

parents 52719f49 49decf88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "actool";
  version = "1.3.0";
  version = "1.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "viraptor";
    repo = "actool";
    tag = finalAttrs.version;
    hash = "sha256-8v2P6Z1ZOP65M30+7dTtfXvD0dvaKYSLA9aaP2uzA7E=";
    hash = "sha256-4g4Uex6eE5ULKi9JGaOIlyTAzwuK0cPKdYMxTnvKN3U=";
  };

  build-system = with python3Packages; [