python37Packages.asdf: 2.5.0 -> 2.5.2

This commit is contained in:
R. RyanTM 2020-03-03 02:26:35 +00:00 committed by Frederik Rietdijk
parent 4c945ee64a
commit 3a250de1d8

View File

@ -15,12 +15,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "asdf"; pname = "asdf";
version = "2.5.0"; version = "2.5.2";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1qddczr5vhlbhmzmw6bwmkrvsj8dml76zf9gnk22qzab60ali99j"; sha256 = "0ai5l62ldaq1cqfmq3hvnzp8gp0hjjmjnck9d3cnx5r8la5ig18y";
}; };
postPatch = '' postPatch = ''
@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python tools to handle ASDF files"; description = "Python tools to handle ASDF files";
homepage = https://github.com/spacetelescope/asdf; homepage = "https://github.com/spacetelescope/asdf";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ maintainers.costrouc ];
}; };