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

python313Packages.mcpadapt: 0.1.0 -> 0.1.3 (#399119)

parents 94fcaeb0 a4403f96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

buildPythonPackage rec {
  pname = "mcpadapt";
  version = "0.1.0";
  version = "0.1.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "grll";
    repo = "mcpadapt";
    tag = "v${version}";
    hash = "sha256-hSmE53LfpLAZosVWHqy3795UPqqLdknMVfWrIxAxWBM=";
    hash = "sha256-9TMVg70kj25bSNvgVxeFNsY6YnBg+9KswOfcv4Y2SqA=";
  };

  build-system = [ hatchling ];