circup: 1.1.0 -> 1.1.2

This commit is contained in:
R. Ryantm 2022-07-05 18:12:47 +00:00
parent 71a4f0dc3d
commit e2a624ddc6

View file

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "circup";
version = "1.1.0";
version = "1.1.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "adafruit";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6UzMAKrK2fp4XKoi42Uo6dfPQB17p/w+b3nXa3JVdV4=";
hash = "sha256-zrpld0yexzoXJx4qqDPEMf58SN67SGoP3umNqqsFJgw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;