python3Packages.anybadge: 1.11.1 -> 1.14.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:12:54 +01:00
parent 1f6ff640b4
commit 72e14f23c3

View file

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "anybadge";
version = "1.11.1";
version = "1.14.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jongracecox";
repo = pname;
rev = "v${version}";
sha256 = "sha256-6br4WUwE1ovAneYUeTHcUN3PH5Wm1rnLYCpXDUshk7Q=";
rev = "refs/tags/v${version}";
sha256 = "sha256-+CkkFCShCYtxKiCWRQcgTFcekc/g7ujQj9MdnG1+a0A=";
};
# setup.py reads its version from the TRAVIS_TAG environment variable