Merge pull request #78186 from r-ryantm/auto-update/jython

jython: 2.7.1 -> 2.7.2b2
This commit is contained in:
Marek Mahut 2020-01-26 13:22:51 +01:00 committed by GitHub
commit ecade10760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "jython";
version = "2.7.1";
version = "2.7.2b2";
src = fetchurl {
url = "http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/${version}/jython-standalone-${version}.jar";
sha256 = "0jwc4ly75cna78blnisv4q8nfcn5s0g4wk7jf4d16j0rfcd0shf4";
sha256 = "0mmrrydr94q2siwjynkw1gw677navmcvjvbi1jpdbp6idfx0jh6b";
};
buildInputs = [ makeWrapper ];