We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fe2e6 commit 3a8c2f7Copy full SHA for 3a8c2f7
1 file changed
pkgs/development/python-modules/glasgow/default.nix
@@ -18,15 +18,15 @@
18
19
buildPythonPackage rec {
20
pname = "glasgow";
21
- version = "unstable-2020-02-08";
+ version = "unstable-2020-06-29";
22
# python software/setup.py --version
23
realVersion = "0.1.dev1352+g${lib.substring 0 7 src.rev}";
24
25
src = fetchFromGitHub {
26
owner = "GlasgowEmbedded";
27
repo = "glasgow";
28
- rev = "2a8bfc981b90ba5d86c310911dbd6ffe71acd498";
29
- sha256 = "01v5269bv09ggvmq6lqyhr5am51hzmwya1p5n62h84b7rdwd8q9m";
+ rev = "f885790d7927b893e631c33744622d6ebc18b5e3";
+ sha256 = "sha256-fSorSEa5K09aPEOk4XPWOFRxYl1KGVy29jOBqIvs2hk=";
30
};
31
32
nativeBuildInputs = [ setuptools_scm sdcc ];
0 commit comments