Unverified Commit fe5471f4 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

upsies: 2025.10.09 -> 2025.11.23 (#466086)

parents 85a4c4e5 8385e73c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ let
in
python3Packages.buildPythonApplication rec {
  pname = "upsies";
  version = "2025.10.09";
  version = "2025.11.23";
  pyproject = true;

  src = fetchFromGitea {
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
    owner = "plotski";
    repo = "upsies";
    tag = "v${version}";
    hash = "sha256-mFGeN1ic0jTuamKG1QK30rz5OklwEN5Gykk93IOvUco=";
    hash = "sha256-79ZC3DwoORlbsuD6lunIGaZVDHVuUGBkPloTBM097Lc=";
  };

  patches = [