Skip to content

Commit

Permalink
emacspeak: 58.0 -> 59.0
Browse files Browse the repository at this point in the history
Also, updates broken version according to the changelog.

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
  • Loading branch information
AndersonTorres and r-ryantm committed Feb 28, 2024
1 parent bfca69f commit cff27f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/em/emacspeak/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "emacspeak";
version = "58.0";
version = "59.0";

src = fetchFromGitHub {
owner = "tvraman";
repo = "emacspeak";
rev = finalAttrs.version;
hash = "sha256-5pWC17nvy3ZuG0bR//LqDVpKsH5hFSFf63Q33a1BfBk=";
hash = "sha256-npS/wlqI7nBde/2S/rzp79jdfYXIIhgsVs5VizxEDAQ=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -62,6 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [ AndersonTorres ];
platforms = lib.platforms.linux;
# Emacspeak requires a minimal Emacs version; let's use the broken flag
broken = lib.versionOlder (lib.getVersion emacs) "28.2";
broken = lib.versionOlder (lib.getVersion emacs) "29.1";
};
})

0 comments on commit cff27f1

Please sign in to comment.