Merge pull request #117326 from r-ryantm/auto-update/guile-lib

guile-lib: 0.2.6.1 -> 0.2.7
This commit is contained in:
Martin Weinelt 2021-08-09 16:24:52 +02:00 committed by GitHub
commit 2e5e726570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 = [