Unverified Commit 2b58f5d5 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.python-discovery: 1.2.0 -> 1.2.1 (#504357)

parents e4d1aaf1 376ba221
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -168,6 +168,9 @@ buildPythonPackage (finalAttrs: {
    "test_macos_archflags"
    "test_macos_max_compat"

    # AssertionError: assert 'Creating env...ependencies\n' == 'Creating env...ep...
    "test_install_project_no_dev_mode"

    # https://github.com/pypa/hatch/issues/1942
    "test_features"
    "test_sync_dynamic_dependencies"
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage (finalAttrs: {
  pname = "python-discovery";
  version = "1.2.0";
  version = "1.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "tox-dev";
    repo = "python-discovery";
    tag = finalAttrs.version;
    hash = "sha256-gkyrI1nsuaFN1Njf8Faifei4qz4Cdy/YWZf8Nd0WrwY=";
    hash = "sha256-96o8qGe38fifkA5zaBJ7jXgkJzm/gP3W/wUClFVUUH8=";
  };

  build-system = [