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