From 51ed3e3e0fce99ba8b848280a1c56e22eee852e1 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 9 Jun 2023 17:51:23 +0000 Subject: [PATCH] python310Packages.stem: 1.8.1 -> 1.8.2 --- pkgs/development/python-modules/stem/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/stem/default.nix b/pkgs/development/python-modules/stem/default.nix index 2d72d751f2c8..dc90700948c0 100644 --- a/pkgs/development/python-modules/stem/default.nix +++ b/pkgs/development/python-modules/stem/default.nix @@ -2,7 +2,7 @@ buildPythonPackage rec { pname = "stem"; - version = "1.8.1"; + version = "1.8.2"; # As of May 2023, the master branch of stem contains fixes for Python 3.11 # that the last release (1.8.1) doesn't. The test suite fails on both master @@ -12,7 +12,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; - hash = "sha256-gdQ6fGaLqde8EQOy56kR6dFIKUs3PSelmujaee96Pi8="; + hash = "sha256-g/sZ/9TJ+CIHwAYFFIA4n4CvIhp+R4MACu3sTjhOtYI="; }; postPatch = ''