about summary refs log tree commit diff
path: root/pkgs/tools/misc/bibutils
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 05:59:19 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-06-06 05:59:19 -0700
commit15fe683c2fc9364e9e4d2d696a5dd30a9f4b7336 (patch)
treed92dbfab1d90036e01da9cce1f53d4faedbd94e2 /pkgs/tools/misc/bibutils
parent07ebb8bb792be16de33596e2cea120eb72b2ec77 (diff)
bibutils: 6.2 -> 6.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

These checks were done:

- built on NixOS
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/bib2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/biblatex2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/copac2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/end2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/endx2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/isi2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/med2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/nbib2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/ris2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/ebi2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/wordbib2xml passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2ads passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2bib passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2end passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2isi passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2ris passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/xml2wordbib passed the binary check.
- /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3/bin/modsclean passed the binary check.
- 18 of 18 passed binary check by having a zero exit code.
- 0 of 18 passed binary check by having the new version present in output.
- found 6.3 with grep in /nix/store/wi9d6xxy76775jkzlqmy6fp4pm2kikdn-bibutils-6.3
- directory tree listing: https://gist.github.com/ff41347f63c0154c5f7b0322829c0001
- du listing: https://gist.github.com/2121b0f7644516ee8febcabcb1928da5
Diffstat (limited to 'pkgs/tools/misc/bibutils')
-rw-r--r--pkgs/tools/misc/bibutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/bibutils/default.nix b/pkgs/tools/misc/bibutils/default.nix
index b720ac22f27ea..90a2211235d77 100644
--- a/pkgs/tools/misc/bibutils/default.nix
+++ b/pkgs/tools/misc/bibutils/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   name = "bibutils-${version}";
-  version = "6.2";
+  version = "6.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/bibutils/bibutils_${version}_src.tgz";
-    sha256 = "07wgzk01kfdrjl6g3qlxg9qbi3kyrxxmxyy49qmcfq24fpmf9mrr";
+    sha256 = "10r5v5xbhsxdh6vq6g2xp6lgmpjdzba83h4m4clfhrzqis8clwqy";
   };
 
   configureFlags = [ "--dynamic" "--install-dir" "$(out)/bin" "--install-lib" "$(out)/lib" ];