{g,w}llvm: 1.2.1 -> 1.2.2

(these are released together, at least currently)
This commit is contained in:
Will Dietz
2018-06-01 14:39:20 -05:00
parent 33a418e2e6
commit eefb0032b7
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
{ stdenv, python3Packages }:
python3Packages.buildPythonApplication rec {
version = "1.2.1";
version = "1.2.2";
pname = "wllvm";
name = "${pname}-${version}";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1yr0gijhgbxx1sl5a8dygr3a8g5wfkh9rk4v789r2aplvcbanv5a";
sha256 = "1zrjcabv41105mmv632gp488kmhya37n0jwgwxhadps4z3jv2qxb";
};
meta = with stdenv.lib; {