Merge pull request #264351 from fabaff/circup-bump

circup: 1.2.3 -> 1.4.0
This commit is contained in:
Mario Rodas
2023-10-30 22:30:21 -05:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "circup";
version = "1.2.3";
version = "1.4.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "adafruit";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6RjZHMZBL8p72+JeZOzyD/x1qiZay2ApJEmp9IXXpDA=";
hash = "sha256-kax4gnvRkHSqj0Y6Rk8eyPpT7Wia2QngCQtxpqWSl9s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;