diff --git a/PKGBUILD b/PKGBUILD index 88f674e1..1eb4d89a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname='urn-lang-git' -pkgver=0.6.1.r57.g64ad9f8 +pkgver=0.7.2.r57.g64ad9f8 pkgrel=1 pkgdesc='Yet another Lisp dialect which compiles to Lua' source=('urn::git+https://gitlab.com/urn/urn.git#branch=master') diff --git a/default.nix b/default.nix index 360ccbe1..1d2355e9 100644 --- a/default.nix +++ b/default.nix @@ -8,7 +8,7 @@ let inherit (nixpkgs) stdenv; - ourVersion = "0.7.1"; + ourVersion = "0.7.2"; # Build a sort of "union package" with all the native dependencies we # have: Lua (or LuaJIT), readline, etc. Then, we can depend on this