about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-16 11:51:09 -0700
committerGitHub <noreply@github.com>2024-03-16 11:51:09 -0700
commitb01139b303ac73658f0baa36375f5747d889335e (patch)
treef2ba21204431b4298a80d7a6ee9fd2232dfde1c7 /pkgs
parent6bec43a72147ac0c75e659cbbaa380675dd7f1ad (diff)
parent52afac21e747bc9549690e505c12a94c7727963a (diff)
downloadnixlib-b01139b303ac73658f0baa36375f5747d889335e.tar
nixlib-b01139b303ac73658f0baa36375f5747d889335e.tar.gz
nixlib-b01139b303ac73658f0baa36375f5747d889335e.tar.bz2
nixlib-b01139b303ac73658f0baa36375f5747d889335e.tar.lz
nixlib-b01139b303ac73658f0baa36375f5747d889335e.tar.xz
nixlib-b01139b303ac73658f0baa36375f5747d889335e.tar.zst
nixlib-b01139b303ac73658f0baa36375f5747d889335e.zip
Merge pull request #296374 from r-ryantm/auto-update/python311Packages.pcbnew-transition
python311Packages.pcbnew-transition: 0.4.0 -> 0.4.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pcbnew-transition/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pcbnew-transition/default.nix b/pkgs/development/python-modules/pcbnew-transition/default.nix
index 2f42e00a0847..bf9c6ae6430f 100644
--- a/pkgs/development/python-modules/pcbnew-transition/default.nix
+++ b/pkgs/development/python-modules/pcbnew-transition/default.nix
@@ -7,14 +7,14 @@
 }:
 buildPythonPackage rec {
   pname = "pcbnewTransition";
-  version = "0.4.0";
+  version = "0.4.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-M4r6IeARVZq+KO7Q0tbHFD/BMeLN6vmuxfnstmMPgdg=";
+    hash = "sha256-+mRExuDuEYxSSlrkEjSyPK+RRJZo+YJH7WnUVfjblRQ=";
   };
 
   propagatedBuildInputs = [