Merge pull request #306610 from r-ryantm/auto-update/python311Packages.pycec

python311Packages.pycec: 0.5.2 -> 0.6.0
This commit is contained in:
Nick Cao 2024-04-24 23:14:16 -04:00 committed by GitHub
commit 3422046184
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [