Unverified Commit 21c57a83 authored by Toma's avatar Toma Committed by GitHub
Browse files

python312Packages.dep-logic: 0.4.10 -> 0.4.11 (#385458)

parents 204bd937 a3da7b56
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

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

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "pdm-project";
    repo = "dep-logic";
    tag = version;
    hash = "sha256-hmJUX/8rVSn6p+KFmFsMWmb2t5A5MkzcG7HiJ/0J6J0=";
    hash = "sha256-AS+ZCs50MBXKbsQsu0vIefpCOf3zU4iohCngzaKNIfA=";
  };

  nativeBuildInputs = [ pdm-backend ];
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "dep_logic" ];

  meta = {
    changelog = "https://github.com/pdm-project/dep-logic/releases/tag/${version}";
    changelog = "https://github.com/pdm-project/dep-logic/releases/tag/${src.tag}";
    description = "Python dependency specifications supporting logical operations";
    homepage = "https://github.com/pdm-project/dep-logic";
    license = lib.licenses.asl20;