Merge pull request #80543 from r-ryantm/auto-update/asdf
asdf: 3.3.3 -> 3.3.4
This commit is contained in:
commit
e99d9abf5c
|
@ -3,11 +3,11 @@ let
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="asdf";
|
baseName="asdf";
|
||||||
version="3.3.3";
|
version="3.3.4";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="1167445kmb0dbixc5l2r58cswg5s6jays0l1zxrk3aij0490bkgg";
|
hash="07npcxgq2m07w78k8gnz9i73kbw6ky2zh2pylhh9b69jvncdqkpy";
|
||||||
url="http://common-lisp.net/project/asdf/archives/asdf-3.3.3.tar.gz";
|
url="http://common-lisp.net/project/asdf/archives/asdf-3.3.4.tar.gz";
|
||||||
sha256="1167445kmb0dbixc5l2r58cswg5s6jays0l1zxrk3aij0490bkgg";
|
sha256="07npcxgq2m07w78k8gnz9i73kbw6ky2zh2pylhh9b69jvncdqkpy";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
texinfo texLive perl
|
texinfo texLive perl
|
||||||
|
|
Loading…
Reference in New Issue