Unverified Commit 6b566cc7 authored by Toma's avatar Toma Committed by GitHub
Browse files

python3Packages.dep-logic: 0.4.11 -> 0.5.0; add misilelab to maintainers (#400716)

parents 92ea6fda cbfa0a9b
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "dep-logic";
  version = "0.4.11";
  version = "0.5.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "pdm-project";
    repo = "dep-logic";
    tag = version;
    hash = "sha256-AS+ZCs50MBXKbsQsu0vIefpCOf3zU4iohCngzaKNIfA=";
    hash = "sha256-30n3ZojY3hFUIRViap88V7HjyRiC6rHvnSHxESfK+o4=";
  };

  nativeBuildInputs = [ pdm-backend ];
@@ -35,6 +35,9 @@ buildPythonPackage rec {
    description = "Python dependency specifications supporting logical operations";
    homepage = "https://github.com/pdm-project/dep-logic";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ tomasajt ];
    maintainers = with lib.maintainers; [
      tomasajt
      misilelab
    ];
  };
}