python310Packages.pyngo: 1.6.0 -> 1.7.0

This commit is contained in:
R. Ryantm 2023-12-22 00:51:34 +00:00
parent 490828bce1
commit 1a39d6d109

View file

@ -18,14 +18,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pyngo"; pname = "pyngo";
version = "1.6.0"; version = "1.7.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yezz123"; owner = "yezz123";
repo = "pyngo"; repo = "pyngo";
rev = version; rev = "refs/tags/${version}";
hash = "sha256-qOY1ILMDqSguLnbhuu5JJVMvG3uA08Lv2fB70TgrKqI="; hash = "sha256-cMWYmCbkhJmz+RMCh3NIhOkC5bX46nwz09WhTV+Mz6w=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [