Unverified Commit 71e65b32 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264351 from fabaff/circup-bump

circup: 1.2.3 -> 1.4.0
parents c9844415 31d029e2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;