nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.shellingham: 1.5.0 -> 1.5.0.post1

+2 -2
+2 -2
pkgs/development/python-modules/shellingham/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "shellingham"; 12 - version = "1.5.0"; 12 + version = "1.5.0.post1"; 13 13 format = "pyproject"; 14 14 disabled = pythonOlder "3.7"; 15 15 ··· 17 17 owner = "sarugaku"; 18 18 repo = pname; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-CIO5mBFph+5cO7U4NRjMRtQCTbopJDEGlAGBkxjieFw="; 20 + hash = "sha256-nAXI1GxSpmmpJuatPYUeAClA88B9c/buPEWhq7RKvs8="; 21 21 }; 22 22 23 23 nativeBuildInputs = [