python3Packages.dahlia: 3.0.0 -> 3.1.0

https://github.com/dahlia-lib/dahlia/blob/3.1.0/CHANGELOG.md

+3 -3
+3 -3
pkgs/development/python-modules/dahlia/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "dahlia"; 10 - version = "3.0.0"; 10 + version = "3.1.0"; 11 11 pyproject = true; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "dahlia-lib"; 15 15 repo = "dahlia"; 16 16 tag = version; 17 - hash = "sha256-t8m/7TSzVvETvn3Jar29jCh55Ti+B0NA8Az/8GHwQAg="; 17 + hash = "sha256-489wI0SoC6EU9lC2ISYsLOJUC8g+kLA7UpOrDiBCBmo="; 18 18 }; 19 19 20 20 build-system = [ poetry-core ]; 21 21 pythonImportsCheck = [ "dahlia" ]; 22 22 23 23 meta = { 24 - changelog = "https://github.com/dahlia-lib/dahlia/blob/${src.rev}/CHANGELOG.md"; 24 + changelog = "https://github.com/dahlia-lib/dahlia/blob/${src.tag}/CHANGELOG.md"; 25 25 description = "Simple text formatting package, inspired by the game Minecraft"; 26 26 license = lib.licenses.mit; 27 27 homepage = "https://github.com/dahlia-lib/dahlia";