Skip to content

Commit 9512291

Browse files
committed
python39: 3.9.8 -> 3.9.9
1 parent 23a9701 commit 9512291

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/interpreters/python/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,10 @@ with pkgs;
133133
sourceVersion = {
134134
major = "3";
135135
minor = "9";
136-
patch = "8";
136+
patch = "9";
137137
suffix = "";
138138
};
139-
sha256 = "sha256-Z1zgm/I8CYNr8ZabdEsepMGhjDJ4hiZjJSXwhETrrVw=";
139+
sha256 = "sha256-BoKMBKVzwHOk5RxCkqJ8G+SuJmIcPtx8+TGEGM47bSc=";
140140
};
141141
};
142142

0 commit comments

Comments
 (0)