Merge pull request #191627 from r-ryantm/auto-update/circup

circup: 1.1.2 -> 1.1.3
This commit is contained in:
Fabian Affolter
2022-09-17 11:51:01 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "circup";
version = "1.1.2";
version = "1.1.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "adafruit";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zrpld0yexzoXJx4qqDPEMf58SN67SGoP3umNqqsFJgw=";
hash = "sha256-BCAsCwQCKMtmjISMVKDblRdev87K4EfX5D2Ot0L5PoQ=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;