guile-lib: 0.2.6.1 -> 0.2.7

This commit is contained in:
R. RyanTM 2021-03-23 08:00:53 +00:00 committed by Martin Weinelt
parent 2995a644bf
commit 2df8eb3d19
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ assert stdenv ? cc && stdenv.cc.isGNU;
stdenv.mkDerivation rec {
pname = "guile-lib";
version = "0.2.6.1";
version = "0.2.7";
src = fetchurl {
url = "mirror://savannah/${pname}/${pname}-${version}.tar.gz";
hash = "sha256-bR09DxTbnSgLjUJ9bh3sRBfd0Cv/I71Zguy24mLrPyo=";
hash = "sha256-5O87hF8SGILHwM8E+BocuP02DG9ktWuGjeVUYhT5BN4=";
};
nativeBuildInputs = [