Commit 68ebbac2 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyiskra: 0.1.21 -> 0.1.22

parent 559268ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "pyiskra";
  version = "0.1.21";
  version = "0.1.22";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Iskramis";
    repo = "pyiskra";
    tag = "v${version}";
    hash = "sha256-ZFva7pyilMjvgRfsDhnsLGKRjl9Jf4vdFfK4RFb3sSE=";
    hash = "sha256-feD4oqH7W0gJwPqdgAJEzmnadgXHkzFDc/NXY54aMXI=";
  };

  build-system = [ setuptools ];