python311Packages.stem: 1.8.2 -> 1.8.3-unstable-2024-02-11
Diff: https://github.com/torproject/stem/compare/refs/tags/1.8.2...9f1fa4ac53cf83a4cdd7155cc487212bf8bc08af
Changelog: 9f1fa4ac53/docs/change_log.rst
This commit is contained in:
parent
4477ea4df7
commit
74bfa4e39e
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "stem";
|
pname = "stem";
|
||||||
version = "1.8.2";
|
version = "1.8.3-unstable-2024-02-11";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
@ -19,8 +19,8 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "torproject";
|
owner = "torproject";
|
||||||
repo = "stem";
|
repo = "stem";
|
||||||
rev = "refs/tags/${version}";
|
rev = "9f1fa4ac53cf83a4cdd7155cc487212bf8bc08af";
|
||||||
hash = "sha256-9BXeE/sVa13jr8G060aWjc49zgDVBhjaR6nt4lSxc0g=";
|
hash = "sha256-AMyF4ir9Utb91dp1Swheyw1zQH6ZvgyW9kFp1g9JoQQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user