python311Packages.pycec: 0.5.2 -> 0.6.0

This commit is contained in:
R. Ryantm 2024-04-24 18:30:32 +00:00
parent 9140927fb0
commit 94b0fef0ce
1 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pycec";
version = "0.5.2";
version = "0.6.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,8 +16,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "konikvranik";
repo = pname;
rev = "v${version}";
hash = "sha256-H18petSiUdftZN8Q3fPmfSJA3OZks+gI+FAq9LwkRsk=";
rev = "refs/tags/v${version}";
hash = "sha256-5KQyHjAvHWeHFqcFHFJxDOPwWuVcFAN2wVdz9a77dzU=";
};
propagatedBuildInputs = [