jython: 2.7-rc3 -> 2.7.0

This commit is contained in:
Louis Taylor 2016-04-01 01:51:00 +01:00
parent 81fe3eb13f
commit 4cd54c5ce9

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "jython-${version}";
version = "2.7-rc3";
version = "2.7.0";
src = fetchurl {
url = "http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/${version}/jython-standalone-${version}.jar";
sha256 = "89fcaf53f1bda6124f836065c1e318e2e853d5a9a1fbf0e96a387c6d38828c78";
sha256 = "0sk4myh9v7ma7nmzb8khg41na77xfi2zck7876bs7kq18n8nc1nx";
};
buildInputs = [ makeWrapper ];