Merge pull request #289714 from sephii/update-python-telepath
python3Packages.telepath: 0.3 -> 0.3.1
This commit is contained in:
commit
ab3adea230
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "telepath";
|
||||
version = "0.3";
|
||||
version = "0.3.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "telepath";
|
||||
owner = "wagtail";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-kfEAYCXbK0HTf1Gut/APkpw2krMa6C6mU/dJ0dsqzS0=";
|
||||
hash = "sha256-MS4Q41WVSrjFmFjv4fztyf0U2+5WkNU79aPEKv/CeUQ=";
|
||||
};
|
||||
|
||||
checkInputs = [ django ];
|
||||
|
|
Loading…
Reference in a new issue