Unverified Commit 78e0a02c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.hueble: 2.1.0 -> 2.1.1 (#498923)

parents 6806ec49 a154794c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "hueble";
  version = "2.1.0";
  version = "2.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "flip-dots";
    repo = "HueBLE";
    tag = "v${version}";
    hash = "sha256-1KDKfmP7fNe66ZMHbOsNvnikkm1/AGQPBKTh7h9ku6Y=";
    hash = "sha256-CMipY44tfuOQE2P77mH44stevg1IOd0MeF+cS6jkPnw=";
  };

  build-system = [ setuptools ];