Skip to content

Commit 877bf5b

Browse files
authored
Merge pull request #333426 from r-ryantm/auto-update/python312Packages.pyngo
python312Packages.pyngo: 2.1.0 -> 2.2.0
2 parents 788ccaa + b5f630d commit 877bf5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pyngo/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "pyngo";
23-
version = "2.1.0";
23+
version = "2.2.0";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.10";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
2929
owner = "yezz123";
3030
repo = "pyngo";
3131
rev = "refs/tags/${version}";
32-
hash = "sha256-w5gOwaQeNX9Ca6V2rxi1UGi2aO+/Eaz2uyw4x/JVOxc=";
32+
hash = "sha256-vzqm+g/jYkxue5DiUe+iYA5x0zMKLKQtAatOSKCUWzs=";
3333
};
3434

3535
nativeBuildInputs = [

0 commit comments

Comments
 (0)