Loading pkgs/development/python-modules/cashews/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "cashews"; version = "7.4.0"; version = "7.4.1"; pyproject = true; src = fetchFromGitHub { owner = "Krukov"; repo = "cashews"; tag = version; hash = "sha256-rLKaKTw7g3gpDACKZADaLiq2n5vxE/Rlsg4YKfWdFSY="; hash = "sha256-EQBILaNg7bJhKMz+raWWfsXmaBmJlcE8niXp8BnfzUE="; }; build-system = [ setuptools ]; Loading Loading @@ -63,7 +63,7 @@ buildPythonPackage rec { meta = { description = "Cache tools with async power"; homepage = "https://github.com/Krukov/cashews/"; changelog = "https://github.com/Krukov/cashews/releases/tag/${version}"; changelog = "https://github.com/Krukov/cashews/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ moraxyc ]; }; Loading Loading
pkgs/development/python-modules/cashews/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -19,14 +19,14 @@ buildPythonPackage rec { pname = "cashews"; version = "7.4.0"; version = "7.4.1"; pyproject = true; src = fetchFromGitHub { owner = "Krukov"; repo = "cashews"; tag = version; hash = "sha256-rLKaKTw7g3gpDACKZADaLiq2n5vxE/Rlsg4YKfWdFSY="; hash = "sha256-EQBILaNg7bJhKMz+raWWfsXmaBmJlcE8niXp8BnfzUE="; }; build-system = [ setuptools ]; Loading Loading @@ -63,7 +63,7 @@ buildPythonPackage rec { meta = { description = "Cache tools with async power"; homepage = "https://github.com/Krukov/cashews/"; changelog = "https://github.com/Krukov/cashews/releases/tag/${version}"; changelog = "https://github.com/Krukov/cashews/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ moraxyc ]; }; Loading