Merge pull request #226695 from fabaff/circup-bump

circup: 1.1.4 -> 1.2.1

authored by

figsoda and committed by
GitHub
7b3e89bb 49ebd412

+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.1.4"; 8 + version = "1.2.1"; 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-nXDje+MJR6olG3G7RO3esf6UAKynMvCP8YetIhnqoeE="; 15 + hash = "sha256-a1s5a1AhZZ06lBvFjm5E0IuWXE4flLvwVjDgViXI62c="; 16 16 }; 17 17 18 18 SETUPTOOLS_SCM_PRETEND_VERSION = version;