about summary refs log tree commit diff
path: root/pkgs/development/python-modules/glymur/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/glymur/default.nix')
-rw-r--r--pkgs/development/python-modules/glymur/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/glymur/default.nix b/pkgs/development/python-modules/glymur/default.nix
index 611c87e1fe3a9..f54ccc14df0cc 100644
--- a/pkgs/development/python-modules/glymur/default.nix
+++ b/pkgs/development/python-modules/glymur/default.nix
@@ -17,7 +17,7 @@
 
 buildPythonPackage rec {
   pname = "glymur";
-  version = "0.13.2";
+  version = "0.13.4";
   pyproject = true;
 
   disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
     owner = "quintusdias";
     repo = "glymur";
     rev = "refs/tags/v${version}";
-    hash = "sha256-GUqe9mdMm2O/cbZw8Reohh4X1kO+xOMWHb83PjNvdu8=";
+    hash = "sha256-RzRZuSNvlUrB+J93a1ob7dDMacZB082JwVHQ9Fce2JA=";
   };
 
   patches = [
@@ -71,7 +71,7 @@ buildPythonPackage rec {
   meta = {
     description = "Tools for accessing JPEG2000 files";
     homepage = "https://github.com/quintusdias/glymur";
-    changelog = "https://github.com/quintusdias/glymur/blob/v${version}/CHANGES.txt";
+    changelog = "https://github.com/quintusdias/glymur/blob/${src.rev}/CHANGES.txt";
     license = lib.licenses.mit;
     maintainers = with lib.maintainers; [ tomasajt ];
   };