python3Packages.py-ccm15: 0.1.2 -> 1.1.2

https://github.com/ocalvo/py-ccm15/releases/tag/v1.1.2
This commit is contained in:
Martin Weinelt 2026-07-04 20:16:31 +02:00
commit 55f2e0c89f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "py-ccm15";
version = "0.1.2";
version = "1.1.2";
pyproject = true;
src = fetchFromGitHub {
@ -21,7 +21,7 @@ buildPythonPackage rec {
# Therefore it should not be marked unstable
# upstream issue: https://github.com/ocalvo/py-ccm15/issues/10
tag = "v${version}";
hash = "sha256-QfitJzCFk0gnlcCvvKzuI4fS1lVm79q4xaDZFKKt458=";
hash = "sha256-qEowsu7ebnD5eCR7SiWEqLwR3yqoqOnuw4wSQm4rmHQ=";
};
build-system = [ setuptools ];