Merge pull request #92879 from matthuszagh/glasgow

python3Packages.glasgow: unstable-2020-02-08 -> unstable-2020-06-29
This commit is contained in:
Florian Klink 2020-07-12 00:26:48 +02:00 committed by GitHub
commit 9a3c1892ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -7,15 +7,15 @@
, crcmod , crcmod
}: }:
buildPythonPackage { buildPythonPackage rec {
pname = "fx2"; pname = "fx2";
version = "unstable-2020-01-25"; version = "0.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "whitequark"; owner = "whitequark";
repo = "libfx2"; repo = "libfx2";
rev = "d3e37f640d706aac5e69ae4476f6cd1bd0cd6a4e"; rev = version;
sha256 = "1dsyknjpgf4wjkfr64lln1lcy7qpxdx5x3qglidrcswzv9b3i4fg"; sha256 = "sha256-Uk+K7ym92JX4fC3PyTNxd0UvBzoNZmtbscBYjSWChuk=";
}; };
nativeBuildInputs = [ sdcc ]; nativeBuildInputs = [ sdcc ];

View File

@ -18,15 +18,15 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "glasgow"; pname = "glasgow";
version = "unstable-2020-02-08"; version = "unstable-2020-06-29";
# python software/setup.py --version # python software/setup.py --version
realVersion = "0.1.dev1352+g${lib.substring 0 7 src.rev}"; realVersion = "0.1.dev1352+g${lib.substring 0 7 src.rev}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GlasgowEmbedded"; owner = "GlasgowEmbedded";
repo = "glasgow"; repo = "glasgow";
rev = "2a8bfc981b90ba5d86c310911dbd6ffe71acd498"; rev = "f885790d7927b893e631c33744622d6ebc18b5e3";
sha256 = "01v5269bv09ggvmq6lqyhr5am51hzmwya1p5n62h84b7rdwd8q9m"; sha256 = "sha256-fSorSEa5K09aPEOk4XPWOFRxYl1KGVy29jOBqIvs2hk=";
}; };
nativeBuildInputs = [ setuptools_scm sdcc ]; nativeBuildInputs = [ setuptools_scm sdcc ];