Skip to content

Commit 0fe9606

Browse files
committedNov 20, 2017
asdf: 3.3.0 -> 3.3.1
1 parent 36e67d2 commit 0fe9606

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/development/lisp-modules/asdf/default.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ let
33
s = # Generated upstream information
44
rec {
55
baseName="asdf";
6-
version="3.3.0";
6+
version="3.3.1";
77
name="${baseName}-${version}";
8-
hash="16qphj2ilds4plzr36jbnrxxl5s21q53m9vasv3208gb5wjwcnv8";
9-
url="http://common-lisp.net/project/asdf/archives/asdf-3.3.0.tar.gz";
10-
sha256="16qphj2ilds4plzr36jbnrxxl5s21q53m9vasv3208gb5wjwcnv8";
8+
hash="1yhlhyllabsha84wycqk0mhbcq2w332jdlp19ccx4rplczzn2w3g";
9+
url="http://common-lisp.net/project/asdf/archives/asdf-3.3.1.tar.gz";
10+
sha256="1yhlhyllabsha84wycqk0mhbcq2w332jdlp19ccx4rplczzn2w3g";
1111
};
1212
buildInputs = [
1313
texinfo texLive perl

0 commit comments

Comments
 (0)
Please sign in to comment.