python3Packages.shellingham: 1.4.0 -> 1.5.0
https://github.com/sarugaku/shellingham/releases/tag/1.5.0
This commit is contained in:
parent
abebdcdd59
commit
eeaaa4536e
1 changed files with 4 additions and 4 deletions
|
@ -9,15 +9,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "shellingham";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
format = "pyproject";
|
||||
disabled = pythonOlder "3.4";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "sarugaku";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0f686ym3ywjffis5jfqkhsshjgii64060hajysczflhffrjn9jcp";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-CIO5mBFph+5cO7U4NRjMRtQCTbopJDEGlAGBkxjieFw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue