Merge pull request #264351 from fabaff/circup-bump

circup: 1.2.3 -> 1.4.0

authored by

Mario Rodas and committed by
GitHub
71e65b32 c9844415

+2 -2
+2 -2
pkgs/development/tools/circup/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "circup"; 8 - version = "1.2.3"; 8 + version = "1.4.0"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "adafruit"; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-6RjZHMZBL8p72+JeZOzyD/x1qiZay2ApJEmp9IXXpDA="; 15 + hash = "sha256-kax4gnvRkHSqj0Y6Rk8eyPpT7Wia2QngCQtxpqWSl9s="; 16 16 }; 17 17 18 18 SETUPTOOLS_SCM_PRETEND_VERSION = version;