mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
b50c0d3006
commit
55f2e0c89f
1 changed files with 2 additions and 2 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue