Unverified Commit 43126886 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.mkdocs-test: 0.5.6 -> 0.6.0 (#461749)

parents 82ed5595 722986ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "mkdocs-test";
  version = "0.5.6";
  version = "0.6.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fralau";
    repo = "mkdocs-test";
    tag = "v${version}";
    hash = "sha256-dUJzjL96OrFukEVMdKxuzjo3FqC72n5zG/SpYmF/Wpg=";
    hash = "sha256-IP6qL+qR8uYSV5eG7/spiiNtdNghApdiuHBF+8OjPPg=";
  };

  build-system = [