python: pyobjc: 6.1 -> 6.2
This commit is contained in:
parent
c80c6601b8
commit
64be58286c
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyobjc";
|
||||
version = "6.1";
|
||||
version = "6.2";
|
||||
|
||||
# Gives "No matching distribution found for
|
||||
# pyobjc-framework-Collaboration==4.0b1 (from pyobjc==4.0b1)"
|
||||
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "53ae86caaedc48350c6e93d6e778a0c5044e802340b6d6a679e55014758be540";
|
||||
sha256 = "6b514136f538fb5c9c80e310641907d0196c8381602395ac2ee407f32f07ba13";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue