lol

python3Packages.shlib: 1.7 -> 1.8 (#440053)

authored by

Nick Cao and committed by
GitHub
f2e69a0f c334ba51

+3 -3
+3 -3
pkgs/development/python-modules/shlib/default.nix
··· 10 11 buildPythonPackage rec { 12 pname = "shlib"; 13 - version = "1.7"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "KenKundert"; 18 repo = "shlib"; 19 tag = "v${version}"; 20 - hash = "sha256-clhiTuU5vvZSzdGPA3CISiBTnAahvv1SOKAfMpb6lYU="; 21 }; 22 23 postPatch = '' ··· 39 description = "Shell library"; 40 homepage = "https://github.com/KenKundert/shlib"; 41 changelog = "https://github.com/KenKundert/shlib/releases/tag/${src.tag}"; 42 - license = licenses.gpl3Plus; 43 maintainers = with maintainers; [ jpetrucciani ]; 44 }; 45 }
··· 10 11 buildPythonPackage rec { 12 pname = "shlib"; 13 + version = "1.8"; 14 pyproject = true; 15 16 src = fetchFromGitHub { 17 owner = "KenKundert"; 18 repo = "shlib"; 19 tag = "v${version}"; 20 + hash = "sha256-0BWTaHKGVKYIPQ9ifVWp2VZkSH3Gg/NgP3gPhkmw5S4="; 21 }; 22 23 postPatch = '' ··· 39 description = "Shell library"; 40 homepage = "https://github.com/KenKundert/shlib"; 41 changelog = "https://github.com/KenKundert/shlib/releases/tag/${src.tag}"; 42 + license = licenses.mit; 43 maintainers = with maintainers; [ jpetrucciani ]; 44 }; 45 }