Commit 97818fc5 authored by R. RyanTM's avatar R. RyanTM Committed by Austin Seipp
Browse files

glasgow: 0-unstable-2025-01-05 -> 0-unstable-2025-01-26

parent 124b8ce6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "glasgow";
  version = "0-unstable-2025-01-05";
  version = "0-unstable-2025-01-26";
  # from `pdm show`
  realVersion = let
      tag = builtins.elemAt (lib.splitString "-" version) 0;
@@ -22,8 +22,8 @@ python3.pkgs.buildPythonApplication rec {
  src = fetchFromGitHub {
    owner = "GlasgowEmbedded";
    repo = "glasgow";
    rev = "5e719a48658a873427ba3dafcf00757cbfcf3aa4";
    sha256 = "sha256-el538mYGqe5beOQOV2zp4v3phwzXF3rGK7DXguyf904=";
    rev = "2a67f79d6025a06e98277956cbb036c4237960f1";
    sha256 = "sha256-THunn3Oz+eldjQ72TGuq4Egnn6fiMiGG/UtYVRc/tfU=";
  };

  nativeBuildInputs = [