Commit 7bbaacb2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pykaleidescape: 1.1.1 -> 2022.2.3

https://github.com/SteveEasley/pykaleidescape/releases/tag/v2022.2.3

This commit was automatically generated using update-python-libraries.
parent 7f3c0bc7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pykaleidescape";
  version = "1.1.1";
  version = "2022.2.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "SteveEasley";
    repo = "pykaleidescape";
    tag = "v${version}";
    hash = "sha256-HhHlgQ94aPac6zRgXBSsHxXuAj2OnGdWkJHMOqTwKcI=";
    hash = "sha256-h5G7wV4Z+sf8Qq4GNFsp8DVDSgQgS0dLGf+DzK/egYM=";
  };

  nativeBuildInputs = [ setuptools ];