3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #74411 from r-ryantm/auto-update/incrtcl

incrtcl: 4.0.4 -> 4.2.0
This commit is contained in:
Mario Rodas 2019-12-22 18:44:47 -05:00 committed by GitHub
commit 59a9fe28d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation {
pname = "incrtcl";
version = "4.0.4";
version = "4.2.0";
src = fetchurl {
url = mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4/itcl4.0.4.tar.gz;
sha256 = "1ppc9b13cvmc6rp77k7dl2zb26xk0z30vxygmr4h1xr2r8w091k3";
url = mirror://sourceforge/incrtcl/%5BIncr%20Tcl_Tk%5D-source/3.4/itcl4.2.0.tar.gz;
sha256 = "0w28v0zaraxcq1s9pa6cihqqwqvvwfgz275lks7w4gl7hxjxmasw";
};
buildInputs = [ tcl ];