python311Packages.stem: 1.8.3-unstable-2024-02-11 -> 1.8.3-unstable-2024-02-13
This should fix the build for darwin.
Diff: 9f1fa4ac53...9a9c7d43a7
This commit is contained in:
parent
89653a03e0
commit
f9ed0a47b0
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user