pythonPackages.mesa: unstable-2019-12-09 -> 0.8.7

This commit is contained in:
David Pätzel 2020-11-23 15:57:45 +01:00 committed by Jonathan Ringer
parent 816009490e
commit 2c721183f7

View File

@ -4,8 +4,7 @@
buildPythonPackage rec {
pname = "mesa";
# contains several fixes for networkx 2.4 bump
version = "unstable-2019-12-09";
version = "0.8.7";
# According to their docs, this library is for Python 3+.
disabled = isPy27;
@ -13,8 +12,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "projectmesa";
repo = "mesa";
rev = "86b343b42630e94d939029ff2cc609ff04ed40e9";
sha256 = "1y41s1vd89vcsm4aia18ayfff4w2af98lwn5l9fcwp157li985vw";
rev = "v${version}";
sha256 = "0i1bpdqjrx4avgrzyqxpwxx86j11yhrq1j4kca854xahvhmwis19";
};
checkInputs = [ pytest ];