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

bottles-unwrapped: 52.0 -> 52.1 (#461664)

parents 4e93b362 ef89ecd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,13 +32,13 @@

python3Packages.buildPythonApplication rec {
  pname = "bottles-unwrapped";
  version = "52.0";
  version = "52.1";

  src = fetchFromGitHub {
    owner = "bottlesdevs";
    repo = "bottles";
    tag = version;
    hash = "sha256-nly5DldxJtgBLpXdVpfQwu3qTQm9E0MmC3i4QGYbOEw=";
    hash = "sha256-KRSFljHUB5JEk2saCb0voIukekeUSySinBICBrzY9eQ=";
  };

  patches = [