python312Packages.qcodes: 0.48.0 -> 0.49.0 (#348789)

This commit is contained in:
Peder Bergebakken Sundt 2024-10-15 20:25:29 +02:00 committed by GitHub
commit 18d75056ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,6 @@
# build-system
setuptools,
versioningit,
wheel,
# dependencies
broadbean,
@ -45,8 +44,6 @@
sphinx,
sphinx-issues,
towncrier,
opencensus,
opencensus-ext-azure,
# checks
deepdiff,
@ -62,20 +59,19 @@
buildPythonPackage rec {
pname = "qcodes";
version = "0.48.0";
version = "0.49.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "Qcodes";
rev = "refs/tags/v${version}";
hash = "sha256-Q1WyuK1mCbs75kGY1Aaw7S5EfFRjwqzZnhNyeSx7qc8=";
hash = "sha256-AlrQH0yKbEz+ICdvWWjMD7LQvWl36cFWlp+fegAmtL8=";
};
build-system = [
setuptools
versioningit
wheel
];
dependencies = [
@ -125,10 +121,6 @@ buildPythonPackage rec {
loop = [
# qcodes-loop
];
opencensus = [
opencensus
opencensus-ext-azure
];
refactor = [
libcst
];