Merge pull request #134968 from r-ryantm/auto-update/bibclean

bibclean: 3.04 -> 3.06
This commit is contained in:
davidak 2021-08-26 02:44:30 +02:00 committed by GitHub
commit 2aad4ef62c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "bibclean";
version = "3.04";
version = "3.06";
src = fetchurl {
url = "http://ftp.math.utah.edu/pub/bibclean/bibclean-${version}.tar.xz";
sha256 = "0n5jb6w86y91q5lkcc9sb1kh4c2bk3q2va24gfr0n6v1jzyqp9jg";
sha256 = "sha256-ZXT5uAQrqPoF6uVBazc4o1w40Sn0jnM+JYeOz7qq3kM=";
};
postPatch = ''