Merge pull request #288707 from bryango/stem-fix-darwin

python311Packages.stem: 1.8.3-unstable-2024-02-11 -> 1.8.3-unstable-2024-02-13
This commit is contained in:
Doron Behar 2024-02-14 13:56:33 +02:00 committed by GitHub
commit e2a0450b4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "stem";
version = "1.8.3-unstable-2024-02-11";
version = "1.8.3-unstable-2024-02-13";
disabled = pythonOlder "3.6";
@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "torproject";
repo = "stem";
rev = "9f1fa4ac53cf83a4cdd7155cc487212bf8bc08af";
hash = "sha256-AMyF4ir9Utb91dp1Swheyw1zQH6ZvgyW9kFp1g9JoQQ=";
rev = "9a9c7d43a7fdcde6d4a9cf95b831fb5e5923a160";
hash = "sha256-Oc73Jx31SLzuhT9Iym5HHszKfflKZ+3aky5flXudvmI=";
};
nativeBuildInputs = [