python312Packages.dep-logic: 0.4.10 -> 0.4.11

This commit is contained in:
R. Ryantm
2025-02-27 03:02:50 +00:00
parent 21931cc8f7
commit a3da7b568d
@@ -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;