Skip to content

Commit 21c57a8

Browse files
authored
python312Packages.dep-logic: 0.4.10 -> 0.4.11 (#385458)
2 parents 204bd93 + a3da7b5 commit 21c57a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/dep-logic/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "dep-logic";
13-
version = "0.4.10";
13+
version = "0.4.11";
1414
pyproject = true;
1515

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

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

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

0 commit comments

Comments
 (0)