Unverified Commit 0e9eed2b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

upsies: 2026.01.03 -> 2026.01.26 (#485394)

parents fea4f531 0417a93d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@ let
in
python3Packages.buildPythonApplication (finalAttrs: {
  pname = "upsies";
  version = "2026.01.03";
  version = "2026.01.26";
  pyproject = true;

  src = fetchFromCodeberg {
    owner = "plotski";
    repo = "upsies";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Ya1v0DR5a4fPsFVJKVSDbgy+hWE136aRV3pFMExlRhU=";
    hash = "sha256-gsWIyyUkpdUQjwZJXcevMLG0T1fgJj7brbVHfcks31w=";
  };

  patches = [