We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 36e67d2 commit 0fe9606Copy full SHA for 0fe9606
pkgs/development/lisp-modules/asdf/default.nix
@@ -3,11 +3,11 @@ let
3
s = # Generated upstream information
4
rec {
5
baseName="asdf";
6
- version="3.3.0";
+ version="3.3.1";
7
name="${baseName}-${version}";
8
- hash="16qphj2ilds4plzr36jbnrxxl5s21q53m9vasv3208gb5wjwcnv8";
9
- url="http://common-lisp.net/project/asdf/archives/asdf-3.3.0.tar.gz";
10
- sha256="16qphj2ilds4plzr36jbnrxxl5s21q53m9vasv3208gb5wjwcnv8";
+ hash="1yhlhyllabsha84wycqk0mhbcq2w332jdlp19ccx4rplczzn2w3g";
+ url="http://common-lisp.net/project/asdf/archives/asdf-3.3.1.tar.gz";
+ sha256="1yhlhyllabsha84wycqk0mhbcq2w332jdlp19ccx4rplczzn2w3g";
11
};
12
buildInputs = [
13
texinfo texLive perl
0 commit comments