From 5f7fd2471c00a100d7a7d0a4cd63783906b905b6 Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Tue, 12 Aug 2025 20:33:16 +0200 Subject: [PATCH] python3Packages.python-doi: 0.1.1 -> 0.2 --- pkgs/development/python-modules/python-doi/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/python-doi/default.nix b/pkgs/development/python-modules/python-doi/default.nix index c624d1284532..37494e57e1e4 100644 --- a/pkgs/development/python-modules/python-doi/default.nix +++ b/pkgs/development/python-modules/python-doi/default.nix @@ -7,21 +7,21 @@ buildPythonPackage rec { pname = "python-doi"; - version = "0.1.1"; + version = "0.2"; format = "setuptools"; src = fetchFromGitHub { owner = "papis"; repo = "python-doi"; rev = "v${version}"; - sha256 = "1wa5inh2a0drjswrnhjv6m23mvbfdgqj2jb8fya7q0armzp7l6fr"; + sha256 = "sha256-c5Wo/bJuHwAG7XOy4Re9joYw14jWZ6QaRB4Wsk8StL0="; }; disabled = !isPy3k; meta = with lib; { description = "Python library to work with Document Object Identifiers (doi)"; - homepage = "https://github.com/alejandrogallo/python-doi"; + homepage = "https://github.com/papis/python-doi"; maintainers = with maintainers; [ teto ]; }; }