asdf: 3.2.0 -> 3.3.0

This commit is contained in:
Michael Raskin 2017-11-11 15:31:24 +01:00
parent 254701d402
commit cd06d23ccb
2 changed files with 5 additions and 5 deletions

View File

@ -3,11 +3,11 @@ let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="asdf"; baseName="asdf";
version="3.2.0"; version="3.3.0";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="0ns4hh5f0anfgvy4q68wsylgwfin82kb1k2p53h29cf8jiil0p9a"; hash="16qphj2ilds4plzr36jbnrxxl5s21q53m9vasv3208gb5wjwcnv8";
url="http://common-lisp.net/project/asdf/archives/asdf-3.2.0.tar.gz"; url="http://common-lisp.net/project/asdf/archives/asdf-3.3.0.tar.gz";
sha256="0ns4hh5f0anfgvy4q68wsylgwfin82kb1k2p53h29cf8jiil0p9a"; sha256="16qphj2ilds4plzr36jbnrxxl5s21q53m9vasv3208gb5wjwcnv8";
}; };
buildInputs = [ buildInputs = [
texinfo texLive perl texinfo texLive perl

View File

@ -264,7 +264,7 @@ parasitic systems will be tracked."
(source-file (asdf:system-source-file asdf-system))) (source-file (asdf:system-source-file asdf-system)))
(cond (cond
(source-file (source-file
(loop :for system-name :being :the :hash-keys :of asdf/find-system:*defined-systems* :do (loop :for system-name :being :the :hash-keys :of asdf/find-system::*registered-systems* :do
(when (and (parasitic-relationship-p system system-name) (when (and (parasitic-relationship-p system system-name)
(not (blacklisted-parasite-p system-name))) (not (blacklisted-parasite-p system-name)))
(found-new-parasite system-name) (found-new-parasite system-name)