Skip to content

Commit

Permalink
python: isbnlib: 3.10.1 -> 3.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Jun 6, 2020
1 parent 0542d99 commit 57b6cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/isbnlib/default.nix
Expand Up @@ -7,11 +7,11 @@

buildPythonPackage rec {
pname = "isbnlib";
version = "3.10.1";
version = "3.10.3";

src = fetchPypi {
inherit pname version;
sha256 = "1ky5ynb8p580y2x3vpib6yrvdjgjb0wpqmdfnq5pqi3qzjyzsqra";
sha256 = "2295c01465fe19776b1f9432fd99fd24e61230d146ded2752e0d980ef6f4101f";
};

checkInputs = [
Expand Down

0 comments on commit 57b6cc6

Please sign in to comment.