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

jython: 2.7.2b3 -> 2.7.3
This commit is contained in:
Pascal Bach 2022-09-21 21:26:07 +02:00 committed by GitHub
commit d875c307a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "jython";
version = "2.7.2b3";
version = "2.7.3";
src = fetchurl {
url = "http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/${version}/jython-standalone-${version}.jar";
sha256 = "142285hd9mx0nx5zw0jvkpqkb4kbhgyyy52p5bj061ya8bg5jizy";
sha256 = "sha256-2n89gpsUi8+oawWdyWTjqFVv7bAhCWyNsH4wxm+qubQ=";
};
nativeBuildInputs = [ makeWrapper ];