agdaPackages.standard-library: 1.7.2 -> 1.7.3

https://github.com/agda/agda-stdlib/releases/tag/v1.7.3
This commit is contained in:
Naïm Favier 2023-10-22 23:52:11 +02:00
parent 6c2b227d34
commit e8bf86a523
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "standard-library";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
hash = "sha256-vvbyfC5+Yyx18IDikSbAAcTHHtU6krlz45Fd2YlwsBg=";
hash = "sha256-vtL6VPvTXhl/mepulUm8SYyTjnGsqno4RHDmTIy22Xg=";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];