File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/dep-logic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111buildPythonPackage 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 ;
You can’t perform that action at this time.
0 commit comments