Unverified Commit a10552d2 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.asgineer: 0.9.3 -> 0.9.5 (#460049)

parents fcd1ba6e 5bac3ea8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "asgineer";
  version = "0.9.3";
  version = "0.9.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "almarklein";
    repo = "asgineer";
    tag = "v${version}";
    hash = "sha256-Uk1kstEBt321BVeNcfdhZuonmm1i9IXSBnZLa4eDS2E=";
    hash = "sha256-8qI5eHt+UmQGZNCn12Iup9dIVd+aI6r3Z1R+u+SziMc=";
  };

  build-system = [ flit-core ];