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