python3Packages.pykaleidescape: 1.0.1 -> 2022.2.3

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:39 +01:00
parent b1da4eaadd
commit 884f4b277f

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pykaleidescape";
version = "1.0.1";
version = "2022.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "SteveEasley";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-KM/gtpsQ27QZz2uI1t/yVN5no0zp9LZag1duAJzK55g=";
hash = "sha256-h5G7wV4Z+sf8Qq4GNFsp8DVDSgQgS0dLGf+DzK/egYM=";
};
propagatedBuildInputs = [