Unverified Commit c747386e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.aiostreammagic: 2.12.1 -> 2.13.0 (#492240)

parents fde8047b 41a50ddc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage (finalAttrs: {
  pname = "aiostreammagic";
  version = "2.12.1";
  version = "2.13.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "noahhusby";
    repo = "aiostreammagic";
    tag = finalAttrs.version;
    hash = "sha256-CctTyRaJ8lVIniVEc+SmGk+UxW8pcAzhqzrqj1WtIwY=";
    hash = "sha256-8Fl+J4qhl6RFP9qTJScNFx2MTp2eGHocJjXUuVjYgq4=";
  };

  build-system = [ poetry-core ];