pythonPackages.mesa: unstable-2019-12-09 -> 0.8.7
This commit is contained in:
parent
816009490e
commit
2c721183f7
@ -4,8 +4,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mesa";
|
pname = "mesa";
|
||||||
# contains several fixes for networkx 2.4 bump
|
version = "0.8.7";
|
||||||
version = "unstable-2019-12-09";
|
|
||||||
|
|
||||||
# According to their docs, this library is for Python 3+.
|
# According to their docs, this library is for Python 3+.
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
@ -13,8 +12,8 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "projectmesa";
|
owner = "projectmesa";
|
||||||
repo = "mesa";
|
repo = "mesa";
|
||||||
rev = "86b343b42630e94d939029ff2cc609ff04ed40e9";
|
rev = "v${version}";
|
||||||
sha256 = "1y41s1vd89vcsm4aia18ayfff4w2af98lwn5l9fcwp157li985vw";
|
sha256 = "0i1bpdqjrx4avgrzyqxpwxx86j11yhrq1j4kca854xahvhmwis19";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user