Skip to content

Commit 3a8c2f7

Browse files
committed
python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
Includes new analyzer applet.
1 parent e8fe2e6 commit 3a8c2f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/python-modules/glasgow/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818

1919
buildPythonPackage rec {
2020
pname = "glasgow";
21-
version = "unstable-2020-02-08";
21+
version = "unstable-2020-06-29";
2222
# python software/setup.py --version
2323
realVersion = "0.1.dev1352+g${lib.substring 0 7 src.rev}";
2424

2525
src = fetchFromGitHub {
2626
owner = "GlasgowEmbedded";
2727
repo = "glasgow";
28-
rev = "2a8bfc981b90ba5d86c310911dbd6ffe71acd498";
29-
sha256 = "01v5269bv09ggvmq6lqyhr5am51hzmwya1p5n62h84b7rdwd8q9m";
28+
rev = "f885790d7927b893e631c33744622d6ebc18b5e3";
29+
sha256 = "sha256-fSorSEa5K09aPEOk4XPWOFRxYl1KGVy29jOBqIvs2hk=";
3030
};
3131

3232
nativeBuildInputs = [ setuptools_scm sdcc ];

0 commit comments

Comments
 (0)