Skip to content

Commit

Permalink
circup: 2.0.4 -> 2.1.0 (#372599)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 10, 2025
2 parents a006b73 + 7eec621 commit c9c5d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ci/circup/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "circup";
version = "2.0.4";
version = "2.1.0";
pyproject = true;

src = fetchFromGitHub {
owner = "adafruit";
repo = "circup";
tag = version;
hash = "sha256-Iid6IwPoj7F9X6Yb0ESsuvD9/tZdRQyCceGOVt2R1qw=";
hash = "sha256-4jmqS/XMB8t7aMfHriipi+VnCbZqrqjt21K5ktes2ec=";
};

pythonRelaxDeps = [ "semver" ];
Expand Down

0 comments on commit c9c5d4e

Please sign in to comment.