pyflyby: 1.9.8 -> 1.9.10 (#364794)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-12-13 06:53:13 +00:00 committed by GitHub
commit 75dc9e08e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,7 +4,7 @@
fetchFromGitHub,
}:
let
version = "1.9.8";
version = "1.9.10";
in
python3.pkgs.buildPythonApplication rec {
inherit version;
@ -14,8 +14,8 @@ python3.pkgs.buildPythonApplication rec {
src = fetchFromGitHub {
owner = "deshaw";
repo = "pyflyby";
rev = "refs/tags/${version}";
hash = "sha256-lMOLdPirPrld/DfX7YPdFJ+4K451aATz4vql4z+lLO0=";
tag = version;
hash = "sha256-Q0Z429DUB0PpPNGajuMQBi4K6cotAC8hXP1bo69O7y8=";
};
build-system = with python3.pkgs; [