python3Packages.telepath: 0.3 -> 0.3.1

This commit is contained in:
Sylvain Fankhauser 2024-02-18 10:55:06 +01:00
parent 045b51a3ae
commit a3f49e09c4
No known key found for this signature in database
GPG key ID: 4228AB9EC0612ADA

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