about summary refs log tree commit diff
path: root/pkgs/development/python-modules/asdf
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-03 02:26:35 +0000
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-03-03 20:02:01 +0100
commit3a250de1d8b793bd23d1679eff5270575bc1c60d (patch)
tree2464c6093254f79807e0f28dfbbc826ca0bbc898 /pkgs/development/python-modules/asdf
parent4c945ee64af5312764e0eda10787a414452e208e (diff)
python37Packages.asdf: 2.5.0 -> 2.5.2
Diffstat (limited to 'pkgs/development/python-modules/asdf')
-rw-r--r--pkgs/development/python-modules/asdf/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/asdf/default.nix b/pkgs/development/python-modules/asdf/default.nix
index 384421c8966ff..dd845b1d34968 100644
--- a/pkgs/development/python-modules/asdf/default.nix
+++ b/pkgs/development/python-modules/asdf/default.nix
@@ -15,12 +15,12 @@
 
 buildPythonPackage rec {
   pname = "asdf";
-  version = "2.5.0";
+  version = "2.5.2";
   disabled = isPy27;
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "1qddczr5vhlbhmzmw6bwmkrvsj8dml76zf9gnk22qzab60ali99j";
+    sha256 = "0ai5l62ldaq1cqfmq3hvnzp8gp0hjjmjnck9d3cnx5r8la5ig18y";
   };
 
   postPatch = ''
@@ -50,7 +50,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "Python tools to handle ASDF files";
-    homepage = https://github.com/spacetelescope/asdf;
+    homepage = "https://github.com/spacetelescope/asdf";
     license = licenses.bsd3;
     maintainers = [ maintainers.costrouc ];
   };