summary refs log tree commit diff
path: root/pkgs/development/lisp-modules
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 05:20:34 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-07 05:20:34 -0700
commit1d5843550144b8293c2c84e3a8110881594647a4 (patch)
treed61b7ff5e61023c3ef340d2552e26c58ddb6f239 /pkgs/development/lisp-modules
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.tar
nixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.tar.gz
nixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.tar.bz2
nixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.tar.lz
nixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.tar.xz
nixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.tar.zst
nixpkgs-1d5843550144b8293c2c84e3a8110881594647a4.zip
asdf: 3.3.1 -> 3.3.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/asdf/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.3.2 with grep in /nix/store/mcks1swd685sksr4yjrsyfhphzcrw9nk-asdf-3.3.2
- directory tree listing: https://gist.github.com/3a13d7343736c1454dc2701b3ea3009f
Diffstat (limited to 'pkgs/development/lisp-modules')
-rw-r--r--pkgs/development/lisp-modules/asdf/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/lisp-modules/asdf/default.nix b/pkgs/development/lisp-modules/asdf/default.nix
index 27089ee3e52..c9d8d52b068 100644
--- a/pkgs/development/lisp-modules/asdf/default.nix
+++ b/pkgs/development/lisp-modules/asdf/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="asdf";
-    version="3.3.1";
+    version="3.3.2";
     name="${baseName}-${version}";
-    hash="1yhlhyllabsha84wycqk0mhbcq2w332jdlp19ccx4rplczzn2w3g";
-    url="http://common-lisp.net/project/asdf/archives/asdf-3.3.1.tar.gz";
-    sha256="1yhlhyllabsha84wycqk0mhbcq2w332jdlp19ccx4rplczzn2w3g";
+    hash="1bdrybn97qhny5192ifis8fp8m79djql2k4h9r9q2wnwxf9q2d4x";
+    url="http://common-lisp.net/project/asdf/archives/asdf-3.3.2.tar.gz";
+    sha256="1bdrybn97qhny5192ifis8fp8m79djql2k4h9r9q2wnwxf9q2d4x";
   };
   buildInputs = [
     texinfo texLive perl