Revert "python3Packages.starsessions: 2.2.1 -> .2.2.0" (#544718)

This commit is contained in:
Pol Dellaiera
2026-07-23 04:41:19 +00:00
committed by GitHub

View File

@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "starsessions";
version = ".2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "alex-oleshkevich";
repo = "starsessions";
tag = "v${version}";
hash = "sha256-CR8eMyYyr+iFf2l1QE0N762LdkxemOayn/s++mBZRqA=";
hash = "sha256-JI044sn6LQI37PvSLdz2dooa3v5qdHmp6DZD0p7VzJU=";
};
build-system = [ poetry-core ];