Merge pull request #289714 from sephii/update-python-telepath

python3Packages.telepath: 0.3 -> 0.3.1
This commit is contained in:
Sandro 2024-03-07 22:35:06 +01:00 committed by GitHub
commit ab3adea230
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];