Unverified Commit e0b8e404 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

python3Packages.aiogram: 3.23.0 -> 3.24.0 (#476407)

parents 330fa9c6 3bc6f044
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,14 +28,14 @@

buildPythonPackage rec {
  pname = "aiogram";
  version = "3.23.0";
  version = "3.24.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "aiogram";
    repo = "aiogram";
    tag = "v${version}";
    hash = "sha256-vk77HsZT/BwQHAWwgMpKJQSN6HUfIycl7GCFbZ5Fbr8=";
    hash = "sha256-8+neei3GXb8vIb7EXUposWFo8oU1PA/zDLmC1drYKAA=";
  };

  build-system = [ hatchling ];