3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #238395 from cpcloud/duckdb-0.8.1

duckdb: 0.8.0 -> 0.8.1
This commit is contained in:
Martin Weinelt 2023-06-19 13:51:03 +02:00 committed by GitHub
commit f2eabf314b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -15,13 +15,13 @@ let
in
stdenv.mkDerivation rec {
pname = "duckdb";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
hash = "sha256-w01QB3mufeKdo4d0BBm6xiidnnyo9CLpmntT6690leM=";
hash = "sha256-LEv9yURkYvONObTbIA4CS+umwCRMH8gRQaDtzbCzID4=";
};
patches = [ ./version.patch ];

View file

@ -9,7 +9,7 @@
}:
buildPythonPackage rec {
pname = "sqlglot";
version = "15.0.0";
version = "16.3.1";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = "sqlglot";
owner = "tobymao";
rev = "v${version}";
hash = "sha256-F95JUYUgimWMyfPAV55e+bOcvWy5A95djKcJuSQ8RRs=";
hash = "sha256-EN5ocyXCZaWE1BaC2eDg41+o5BoHAog1372b9rc2IDM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;