Commit 591cde4c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.pygsl: 2.6.2 -> 2.6.4

https://github.com/pygsl/pygsl/blob/v2.6.4/ChangeLog

This commit was automatically generated using update-python-libraries.
parent d808c496
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pygsl";
  version = "2.6.2";
  version = "2.6.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pygsl";
    repo = "pygsl";
    tag = "v${version}";
    hash = "sha256-1aAc2qGVlClnsw70D1QqPbSsyij0JNgfIXsLzelYx3E=";
    hash = "sha256-dZIWOwRRrF1bux9UTIxN31/S380wPT4gpQ/gYbUO4FQ=";
  };

  nativeBuildInputs = [