summary refs log tree commit diff
path: root/pkgs/development/python-modules/heudiconv/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-09-23 18:00:59 +0000
committerGitHub <noreply@github.com>2023-09-23 18:00:59 +0000
commitab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1 (patch)
tree07ea57e37bb0dc4b6dea3c9ee0fd97acd3dbaba3 /pkgs/development/python-modules/heudiconv/default.nix
parent3180ce092dffa6819ee172ab752c0dc5b2773654 (diff)
parent9155f8dc6e9bfbe77a8552735ae0b9d74a72714f (diff)
downloadnixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.gz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.bz2
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.lz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.xz
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.tar.zst
nixpkgs-ab2ecc25c1a4f0a029e6a1c2152fb18d5a9505d1.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/heudiconv/default.nix')
-rw-r--r--pkgs/development/python-modules/heudiconv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/heudiconv/default.nix b/pkgs/development/python-modules/heudiconv/default.nix
index 514d4e2477b..3cdf1463cd5 100644
--- a/pkgs/development/python-modules/heudiconv/default.nix
+++ b/pkgs/development/python-modules/heudiconv/default.nix
@@ -19,14 +19,14 @@
 
 buildPythonPackage rec {
   pname = "heudiconv";
-  version = "0.13.1";
+  version = "1.0.0";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-UUBRC6RToj4XVbJnxG+EKdue4NVpTAW31RNm9ieF1lU=";
+    hash = "sha256-cW6G2NtPZiyqqJ3w9a3Y/6blEaXtR9eGG5epPknimsw=";
   };
 
   postPatch = ''